Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
diorgesl authored Dec 22, 2019
1 parent 0a161cf commit 838a225
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions esx_drugs.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
INSERT INTO `items` (name, label, `weight`) VALUES
('weed', 'Weed (1G)', 1),
('weed_pooch', 'Bag of weed (28G)', 1),
('coke', 'Coke (1G)', 420),
('coke_pooch', 'Bag of coke (28G)', 1),
('meth', 'Meth (1G)', 420),
('meth_pooch', 'Bag of meth (28G)', 1),
('opium', 'Opium (1G)', 420),
('opium_pooch', 'Bag of opium (28G)', 1)
;
('weed_pooch', 'Bag of weed (28G)', 2),
('coke', 'Coke (1G)', 1),
('coke_pooch', 'Bag of coke (28G)', 2),
('meth', 'Meth (1G)', 1),
('meth_pooch', 'Bag of meth (28G)', 2),
('opium', 'Opium (1G)', 1),
('opium_pooch', 'Bag of opium (28G)', 2)
;

0 comments on commit 838a225

Please sign in to comment.