mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Merge branch 'esx-framework:main' into main
This commit is contained in:
+3
-3
@@ -278,9 +278,9 @@ CREATE TABLE `job_grades` (
|
||||
|
||||
INSERT INTO `job_grades` (`id`, `job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
|
||||
(1, 'unemployed', 0, 'unemployed', 'Unemployed', 200, '{}', '{}'),
|
||||
(2, 'police', 0, 'recruit', 'Recrue', 20, '{}', '{}'),
|
||||
(3, 'police', 1, 'officer', 'Officier', 40, '{}', '{}'),
|
||||
(4, 'police', 2, 'sergeant', 'Sergent', 60, '{}', '{}'),
|
||||
(2, 'police', 0, 'recruit', 'Recruit', 20, '{}', '{}'),
|
||||
(3, 'police', 1, 'officer', 'Officer', 40, '{}', '{}'),
|
||||
(4, 'police', 2, 'sergeant', 'Sergeant', 60, '{}', '{}'),
|
||||
(5, 'police', 3, 'lieutenant', 'Lieutenant', 85, '{}', '{}'),
|
||||
(6, 'police', 4, 'boss', 'Commandant', 100, '{}', '{}'),
|
||||
(11, 'cardealer', 0, 'recruit', 'Recruit', 10, '{}', '{}'),
|
||||
|
||||
Reference in New Issue
Block a user