mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Removes the Skills Tab From the Character Setup Screen (#14591)
This commit is contained in:
7
SQL/migrate/V077__decrepit_skills_removal.sql
Normal file
7
SQL/migrate/V077__decrepit_skills_removal.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user