mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 02:22:26 +00:00
Removes the option to join as random job. (#6886)
This commit is contained in:
6
SQL/migrate/V042__random_job_removal.sql
Normal file
6
SQL/migrate/V042__random_job_removal.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Removes the Random Job Option
|
||||
--
|
||||
|
||||
UPDATE ss13_characters SET alternate_option = 0 WHERE alternate_option = 1;
|
||||
UPDATE ss13_characters SET alternate_option = 1 WHERE alternate_option = 2;
|
||||
Reference in New Issue
Block a user