Removes the Skills Tab From the Character Setup Screen (#14591)

This commit is contained in:
SleepyGemmy
2023-02-13 23:11:17 +01:00
committed by GitHub
parent a3ce596030
commit 5dd5cbc9e1
11 changed files with 18 additions and 432 deletions

View File

@@ -0,0 +1,7 @@
--
-- Implemented in PR #14591.
-- Removes the decrepit, unused skills in the loadout.
--
ALTER TABLE `ss13_characters` DROP COLUMN `skills`;
ALTER TABLE `ss13_characters` DROP COLUMN `skill_specialization`;