mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Fixed SQL file, closes #19
This commit is contained in:
-21
@@ -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
@@ -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),
|
||||
|
||||
@@ -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),
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user