From 3276231cde5fa7e37666861b3b60ae59d20036c6 Mon Sep 17 00:00:00 2001 From: x1mart Date: Sat, 1 Dec 2018 15:57:21 +0000 Subject: [PATCH] Missing comma --- esx_drugs.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esx_drugs.sql b/esx_drugs.sql index 9aa7f62..575f57f 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 - ('cannabis', 'Cannabis', 40, 0, 1) + ('cannabis', 'Cannabis', 40, 0, 1), ('marijuana', 'Marijuana', 14, 0, 1) -; \ No newline at end of file +;