From 542ff5a50566cd94510994811e72bae262543fdc Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Fri, 26 Oct 2018 21:22:40 +0200 Subject: [PATCH] Fixed invalid sql fixes #29, closes #31 --- esx_weashops.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esx_weashops.sql b/esx_weashops.sql index 28e5744e..dad5a971 100644 --- a/esx_weashops.sql +++ b/esx_weashops.sql @@ -13,7 +13,7 @@ INSERT INTO `licenses` (`type`, `label`) VALUES ('weapon', "Permis de port d'arme") ; -INSERT INTO `weashops` (`zone` `item`, `price`) VALUES +INSERT INTO `weashops` (`zone`, `item`, `price`) VALUES ('GunShop','WEAPON_PISTOL', 300), ('BlackWeashop','WEAPON_PISTOL', 500), ('GunShop', 'WEAPON_FLASHLIGHT', 60),