forked from Simnation/Main
3 lines
116 B
MySQL
3 lines
116 B
MySQL
![]() |
INSERT INTO `items` (`name`, `label`, `rare`, `weight`, `can_remove`) VALUES
|
||
|
('shisha', 'Shisha', '0', '1', '1')
|
||
|
;
|