mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Bag styles (#4099)
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.
This commit is contained in:
7
SQL/migrate/V014__Bag_styles.sql
Normal file
7
SQL/migrate/V014__Bag_styles.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
-- 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`;
|
||||
Reference in New Issue
Block a user