Species-restricted jobs + new "Trader" job for vox (#9073)

* Vox traders

* changes maps, CL

* Jobbans

* fixes sleepers

* Map-restricted jobs

* CL for map changes
This commit is contained in:
unid15
2016-04-16 01:39:46 +02:00
committed by clusterfack
parent b775c1744f
commit 88b5b62b4d
22 changed files with 518 additions and 113 deletions

View File

@@ -69,6 +69,9 @@
`job_engsec_high` INTEGER,
`job_engsec_med` INTEGER,
`job_engsec_low` INTEGER,
`job_misc_high` INTEGER,
`job_misc_med` INTEGER,
`job_misc_low` INTEGER,
FOREIGN KEY(player_ckey, player_slot) REFERENCES players(player_ckey, player_slot) ON DELETE CASCADE,
UNIQUE(player_ckey, player_slot)
);"}