Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. USE `zap396414-1`;
  2.  
  3. INSERT INTO `addon_account` (name, label, shared) VALUES
  4. ('society_taxi','Taxi',1)
  5. ;
  6.  
  7. INSERT INTO `addon_inventory` (name, label, shared) VALUES
  8. ('society_taxi','Taxi',1)
  9. ;
  10.  
  11. INSERT INTO `jobs` (name, label) VALUES
  12. ('taxi','Taxi')
  13. ;
  14.  
  15. INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
  16. ('taxi',0,'recrue','Recrue',12,'{}','{}'),
  17. ('taxi',1,'novice','Novice',24,'{}','{}'),
  18. ('taxi',2,'experimente','Experimente',36,'{}','{}'),
  19. ('taxi',3,'uber','Uber',48,'{}','{}'),
  20. ('taxi',4,'boss','Patron',0,'{}','{}')
  21. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement