mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-08 23:59:07 +01:00
c4ce4dd232
Choose type of headset from loadout
8 lines
205 B
SQL
8 lines
205 B
SQL
--
|
|
-- Implemented in PR #10540.
|
|
-- Adds a `headset_choice` column for headset type preferences.
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD COLUMN `headset_choice` TINYINT NULL DEFAULT NULL AFTER `pda_choice`;
|