mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Merge pull request #662 from HariboInc/patch-7
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