From 7120de4ab5df55e4ccf11647366248da581ea457 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Wed, 15 Jan 2020 21:49:17 +0100 Subject: [PATCH] Update esx_drugs.sql --- esx_drugs.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esx_drugs.sql b/esx_drugs.sql index 6981b9e..aa88673 100644 --- a/esx_drugs.sql +++ b/esx_drugs.sql @@ -1,10 +1,10 @@ USE `essentialmode`; -INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES - ('cannabis', 'Cannabis', 40, 0, 1), - ('marijuana', 'Marijuana', 14, 0, 1) +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 Processing License') -; \ No newline at end of file +;