mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
changes: You can now select in preferences if you want to take a generic (grey) bag instead of your job-specific variant. Cleaned up some leftover bagcode from before the bag type vars.
8 lines
190 B
SQL
8 lines
190 B
SQL
--
|
|
-- Implemented in PR #4099.
|
|
-- Adds a `backbag_style` column for bag preferences.
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD COLUMN `backbag_style` INT(11) NULL DEFAULT NULL AFTER `backbag`;
|