From 16c2a3c3d1e5e18bf993ddf42b6e44c303da662a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Mon, 7 Aug 2017 12:18:58 +0200 Subject: [PATCH] Update esx_vehicleshop_full.sql --- esx_vehicleshop_full.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esx_vehicleshop_full.sql b/esx_vehicleshop_full.sql index 829ca82f..ec68181a 100644 --- a/esx_vehicleshop_full.sql +++ b/esx_vehicleshop_full.sql @@ -1,3 +1,5 @@ +USE `essentialmode`; + INSERT INTO `addon_account` VALUES (name, label, shared) ('society_cardealer','Concessionnaire',1) ; @@ -287,4 +289,4 @@ INSERT INTO `vehicles` (name, model, price, category) VALUES ('Woflsbane','wolfsbane',9000,'motorcycles'), ('Zombie','zombiea',9500,'motorcycles'), ('Zombie Luxuary','zombieb',12000,'motorcycles') -; \ No newline at end of file +;