Skip to content

Commit

Permalink
Merge pull request #24 from Dannezzzan/patch-2
Browse files Browse the repository at this point in the history
Create sv_esx_drugs.sql
  • Loading branch information
Gellipapa authored Feb 17, 2024
2 parents e6ace4b + 2e5d238 commit fe92c6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions localization/sv_esx_drugs.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 processerings licens')
;

0 comments on commit fe92c6c

Please sign in to comment.