Skip to content

Commit

Permalink
Update esx_drugs.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPumpo committed Jan 15, 2020
1 parent 5d924d4 commit 7120de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esx_drugs.sql
Original file line number Diff line number Diff line change
@@ -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')
;
;

0 comments on commit 7120de4

Please sign in to comment.