0.0.1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Kanabis', 3, 0, 1),
|
||||
('marijuana', 'Marihuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Licenca za preradu trave')
|
||||
;
|
||||
Reference in New Issue
Block a user