diff --git a/sv_esx_drugs.sql b/sv_esx_drugs.sql index 4c2bc2fc..9af53a32 100644 --- a/sv_esx_drugs.sql +++ b/sv_esx_drugs.sql @@ -1,10 +1,10 @@ INSERT INTO `items` (name, label) VALUES - ('weed', 'Weed'), - ('weed_pooch', 'Väska med weed'), - ('coke', 'Coke'), - ('coke_pooch', 'väska med coke'), + ('weed', 'Cannabis'), + ('weed_pooch', 'Väska med cannabis'), + ('coke', 'Kokain'), + ('coke_pooch', 'Väska med kokain'), ('meth', 'Meth'), - ('meth_pooch', 'väska med meth'), + ('meth_pooch', 'Väska med meth'), ('opium', 'Opium'), - ('opium_pooch', 'väska med opium') -; \ No newline at end of file + ('opium_pooch', 'Väska med opium') +;