Fixed SQL file, closes #19

This commit is contained in:
ElPumpo
2018-05-03 16:41:34 +02:00
parent 8fbc5b27c5
commit d5520be5d7
4 changed files with 3 additions and 24 deletions
-21
View File
@@ -1,21 +0,0 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Mecano Job'
client_scripts {
'@es_extended/locale.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'client/main.lua'
}
server_scripts {
'@es_extended/locale.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'server/main.lua'
}
+1 -1
View File
@@ -20,7 +20,7 @@ INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_
('mecano',4,'boss','Patron',0,'{}','{}')
;
INSERT INTO `items` (name, label, limit) VALUES
INSERT INTO `items` (name, label, `limit`) VALUES
('gazbottle', 'bouteille de gaz', 11),
('fixtool', 'outils réparation', 6),
('carotool', 'outils carosserie', 4),
+1 -1
View File
@@ -20,7 +20,7 @@ INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_
('mecano',4,'boss','Boss',0,'{}','{}')
;
INSERT INTO `items` (name, label, limit) VALUES
INSERT INTO `items` (name, label, `limit`) VALUES
('gazbottle', 'Gas Bottle', 11),
('fixtool', 'Repair Tools', 6),
('carotool', 'Tools', 4),
+1 -1
View File
@@ -20,7 +20,7 @@ INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_
('mecano',4,'boss','Ägare',0,'{}','{}')
;
INSERT INTO `items` (name, label, limit) VALUES
INSERT INTO `items` (name, label, `limit`) VALUES
('gazbottle', 'Gas Flaska', 11),
('fixtool', 'Reparationsverktyg', 6),
('carotool', 'Verktyg', 4),