From d3b224165bb6fb7f4e8bb6613b73fbb34862caa4 Mon Sep 17 00:00:00 2001 From: DoPeMan17 <53881379+DoPeMan17@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:07:09 +0100 Subject: [PATCH] Update esx_drugs.sql --- esx_drugs.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esx_drugs.sql b/esx_drugs.sql index de29f7c..1836be3 100644 --- a/esx_drugs.sql +++ b/esx_drugs.sql @@ -1,6 +1,6 @@ USE `essentialmode`; -INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES +INSERT INTO `items` (`name`, `label`, `rare`, `can_remove`) VALUES ('cannabis', 'Cannabis', 40, 0, 1), ('marijuana', 'Marijuana', 14, 0, 1), ('chemicals', 'Chemicals', 100, 0, 1), @@ -22,4 +22,4 @@ INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES INSERT INTO `licenses` (`type`, `label`) VALUES ('weed_processing', 'Weed Processing License') ('chemicalslisence', 'Chemicals license') -; \ No newline at end of file +;