mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
feat(esx_drugs): Dutch sql
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Onvewerkte Wiet', 3, 0, 1),
|
||||
('marijuana', 'Wiet', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Wiet Processing Vergunning')
|
||||
;
|
||||
Reference in New Issue
Block a user