From 4baac7d4c737318bfdd302a689b6365ec6eaf8cc Mon Sep 17 00:00:00 2001 From: Vanheden <33155577+Vanheden@users.noreply.github.com> Date: Wed, 7 Mar 2018 15:01:39 +0100 Subject: [PATCH 1/2] Create esx_mecanojob_sv.sql --- localization/esx_mecanojob_sv.sql | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 localization/esx_mecanojob_sv.sql diff --git a/localization/esx_mecanojob_sv.sql b/localization/esx_mecanojob_sv.sql new file mode 100644 index 00000000..b2bcfcbb --- /dev/null +++ b/localization/esx_mecanojob_sv.sql @@ -0,0 +1,30 @@ +USE `essentialmode`; + +INSERT INTO `addon_account` (name, label, shared) VALUES + ('society_mecano','Mekaniker',1) +; + +INSERT INTO `addon_inventory` (name, label, shared) VALUES + ('society_mecano','Mekaniker',1) +; + +INSERT INTO `jobs` (name, label) VALUES + ('mecano','Mekaniker') +; + +INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES + ('mecano',0,'Rekryt','Recruit',12,'{}','{}'), + ('mecano',1,'Nyanställd','Novice',24,'{}','{}'), + ('mecano',2,'Erfaren','Experienced',36,'{}','{}'), + ('mecano',3,'Chef','Leader',48,'{}','{}'), + ('mecano',4,'Bossen','Boss',0,'{}','{}') +; + +INSERT INTO `items` (name, label) VALUES + ('gazbottle', 'Gas Flaska'), + ('fixtool', 'Reparationsverktyg'), + ('carotool', 'Verktyg'), + ('blowpipe', 'Blåslampa'), + ('fixkit', 'Reparationssats'), + ('carokit', 'Plåt Verktyg') +; From f2903fc97b57ce5b41c0a98ed4c8423f5b059fd2 Mon Sep 17 00:00:00 2001 From: Vanheden <33155577+Vanheden@users.noreply.github.com> Date: Wed, 7 Mar 2018 15:02:44 +0100 Subject: [PATCH 2/2] Update esx_mecanojob_sv.sql --- localization/esx_mecanojob_sv.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/localization/esx_mecanojob_sv.sql b/localization/esx_mecanojob_sv.sql index b2bcfcbb..8c78e056 100644 --- a/localization/esx_mecanojob_sv.sql +++ b/localization/esx_mecanojob_sv.sql @@ -13,11 +13,11 @@ INSERT INTO `jobs` (name, label) VALUES ; INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES - ('mecano',0,'Rekryt','Recruit',12,'{}','{}'), - ('mecano',1,'Nyanställd','Novice',24,'{}','{}'), - ('mecano',2,'Erfaren','Experienced',36,'{}','{}'), - ('mecano',3,'Chef','Leader',48,'{}','{}'), - ('mecano',4,'Bossen','Boss',0,'{}','{}') + ('mecano',0,'recrue','Rekryt',12,'{}','{}'), + ('mecano',1,'novice','Nyanställd',24,'{}','{}'), + ('mecano',2,'experimente','Erfaren',36,'{}','{}'), + ('mecano',3,'chief','Chef',48,'{}','{}'), + ('mecano',4,'boss','Bossen',0,'{}','{}') ; INSERT INTO `items` (name, label) VALUES