mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Adding datastore for society vehicles.
Co-Authored-By: Berkeratay <berkeratay@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mécano', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mécano', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mécano')
|
||||
;
|
||||
|
||||
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mechanic', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mechanic', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mechanic')
|
||||
;
|
||||
|
||||
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mekaanikko', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mekaanikko', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mekaanikko')
|
||||
;
|
||||
|
||||
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mechanik', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mechanik', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mechanik')
|
||||
;
|
||||
|
||||
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mekaniker', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `datastore` (name, label, shared) VALUES
|
||||
('society_mechanic', 'Mekaniker', 1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mechanic', 'Mekaniker')
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user