2 lines
119 B
SQL
2 lines
119 B
SQL
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('kq_outfitbag', 'Outfit bag', 4, 0, 1);
|