mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-08 23:59:07 +01:00
4044c79884
What it says in the title. Characters can have up to three loadout slots now.
7 lines
152 B
SQL
7 lines
152 B
SQL
--
|
|
-- Adds support for loadout slots in PR #8813.
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD COLUMN `gear_slot` TINYINT NULL DEFAULT NULL AFTER `gear`;
|