Skip to content

Commit

Permalink
chore: bpt_ammujob database update + 🎨 Run formatter
Browse files Browse the repository at this point in the history
- Created database for the Italian language
- Translated the database into the main directory in English
- fxmanifest updated to version 1.0.1
- Improved client-side code formatting
  • Loading branch information
bitpredator committed Feb 28, 2024
1 parent 7c00731 commit b19f065
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 289 deletions.
10 changes: 5 additions & 5 deletions server-data/resources/[bpt_addons]/bpt_bakerjob/bpt_bakerjob.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ INSERT INTO `jobs` (name, label) VALUES
;

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('baker',0,'apprentice','Apprendista',20,'{}','{}'),
('baker',1,'gunsmith','Panettiere',40,'{}','{}'),
('baker',2,'armorychief','Capo',60,'{}','{}'),
('baker',3,'deputydirector','Vice direttore',85,'{}','{}'),
('baker',4,'boss','Direttore',100,'{}','{}')
('baker',0,'apprentice','Apprentice',20,'{}','{}'),
('baker',1,'baker','Baker',40,'{}','{}'),
('baker',2,'chief','Chief',60,'{}','{}'),
('baker',3,'deputydirector','Deputy Director',85,'{}','{}'),
('baker',4,'boss','Boss',100,'{}','{}')
;
Loading

0 comments on commit b19f065

Please sign in to comment.