Skip to content

Commit

Permalink
Added SQL to insert the drugs into items...
Browse files Browse the repository at this point in the history
  • Loading branch information
diorgesl committed Dec 10, 2019
1 parent f3bed88 commit c3112b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions esx_drugs.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Weed (1G)', 420),
('weed_pooch', 'Bag of weed (28G)', 15),
('coke', 'Coke (1G)', 420),
('coke_pooch', 'Bag of coke (28G)', 15),
('meth', 'Meth (1G)', 420),
('meth_pooch', 'Bag of meth (28G)', 15),
('opium', 'Opium (1G)', 420),
('opium_pooch', 'Bag of opium (28G)', 15)
;

0 comments on commit c3112b2

Please sign in to comment.