Skip to content

Commit

Permalink
Update esx_drugs.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
DoPeMan17 authored Dec 5, 2019
1 parent 5e0bd9d commit d3b2241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esx_drugs.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USE `essentialmode`;

INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
INSERT INTO `items` (`name`, `label`, `rare`, `can_remove`) VALUES
('cannabis', 'Cannabis', 40, 0, 1),
('marijuana', 'Marijuana', 14, 0, 1),
('chemicals', 'Chemicals', 100, 0, 1),
Expand All @@ -22,4 +22,4 @@ INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
INSERT INTO `licenses` (`type`, `label`) VALUES
('weed_processing', 'Weed Processing License')
('chemicalslisence', 'Chemicals license')
;
;

0 comments on commit d3b2241

Please sign in to comment.