Skip to content

Commit

Permalink
add another item
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsoeres committed Oct 20, 2023
1 parent e40d8c7 commit 9121ad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added angular-frontend/src/assets/items/bal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified angular-frontend/src/assets/items/items.afphoto
Binary file not shown.
4 changes: 3 additions & 1 deletion spring-backend/src/main/resources/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ INSERT INTO item_base (name, label) VALUES ('shortsword', 'Kurzschwert');
INSERT INTO item_base (name, label) VALUES ('longsword', 'Langschwert');
INSERT INTO item_base (name, label) VALUES ('shield', 'Schild');
INSERT INTO item_base (name, label) VALUES ('diamond', 'Diamant');
INSERT INTO item_base (name, label) VALUES ('health_potion', 'Lebenstrank');
INSERT INTO item_base (name, label) VALUES ('health_potion', 'Lebenstrank');
INSERT INTO item_base (name, label) VALUES ('gold_bar', 'Goldbarren');
INSERT INTO item_base (name, label) VALUES ('bal', 'Artefakt');

0 comments on commit 9121ad1

Please sign in to comment.