Skip to content

Commit

Permalink
Merge pull request #656 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore: bpt_bakerjob database update + 🎨 Run formatter
  • Loading branch information
bitpredator authored Feb 28, 2024
2 parents 7fd38b3 + b19f065 commit ea61542
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 ea61542

Please sign in to comment.