mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 05:01:49 +00:00
Update esx_drugs.sql
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 40, 0, 1),
|
||||
('marijuana', 'Marijuana', 14, 0, 1)
|
||||
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
|
||||
('cannabis', 'Cannabis', 3, 0, 1),
|
||||
('marijuana', 'Marijuana', 2, 0, 1)
|
||||
;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('weed_processing', 'Weed Processing License')
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user