Skip to content

Commit

Permalink
Update hotdog.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
push42 authored Feb 21, 2023
1 parent 52e6693 commit b6830ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotdog.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES ('hotdog', 'HotDog', '5', '0', '1');
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('hotdog', 'HotDog', 5, false, true);

0 comments on commit b6830ac

Please sign in to comment.