1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-13 21:39:50 +02:00
parent e6ce151ae0
commit e27aa18fa2
9 changed files with 334 additions and 1 deletions

View file

@ -0,0 +1,3 @@
INSERT INTO `items` (`name`, `label`, `rare`, `weight`, `can_remove`) VALUES
('shisha', 'Shisha', '0', '1', '1')
;