mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
8 lines
262 B
SQL
8 lines
262 B
SQL
--
|
|
-- Adds support for underwear updates in PR #8710.
|
|
-- What else do you think this does?
|
|
--
|
|
|
|
ALTER TABLE `ss13_player_preferences`
|
|
ADD `tooltip_style` ENUM('Midnight', 'Plasmafire', 'Retro', 'Slimecore', 'Operative', 'Clockwork') NULL DEFAULT 'Midnight';
|