Skip to content

Commit

Permalink
Merge pull request #53 from x1mart/patch-1
Browse files Browse the repository at this point in the history
Missing comma
  • Loading branch information
ElPumpo authored Dec 1, 2018
2 parents 5823610 + 3276231 commit 6291156
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
('cannabis', 'Cannabis', 40, 0, 1)
('cannabis', 'Cannabis', 40, 0, 1),
('marijuana', 'Marijuana', 14, 0, 1)
;
;

0 comments on commit 6291156

Please sign in to comment.