Fixes the Impoverished Economic Status Not Saving Properly (#14329)

This commit is contained in:
SleepyGemmy
2022-06-25 16:36:26 +02:00
committed by GitHub
parent 4634d4f8de
commit 1a82b0137e
3 changed files with 25 additions and 9 deletions
@@ -0,0 +1,6 @@
--
-- Implemented in PR #14329.
-- Adds the impoverished option to the economic status in the database so it saves correctly.
--
ALTER TABLE `ss13_characters` MODIFY COLUMN `economic_status` ENUM('Wealthy', 'Well-off', 'Average', 'Underpaid', 'Poor', 'Impoverished');