feat(esx_drugs): Dutch sql

This commit is contained in:
Raoul
2022-11-06 23:38:51 +01:00
committed by GitHub
parent 41accf5db6
commit a45de5336c
@@ -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')
;