Files
Aurora.3/SQL/migrate-2023/V023__looping_sound_volume.sql
5df674622c Looping Sound Channel (#22918)
* Added the option to manually change the looping sound channel volume
in the SFX Preferences tab.


AI usage disclosure: The code for this was created in-part using GPT 5.6
Sol.

---------

Signed-off-by: Geeves <22774890+Geevies@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
2026-08-16 18:19:53 +02:00

2 lines
126 B
SQL

ALTER TABLE `ss13_player_preferences` ADD COLUMN `looping_sound_volume` INT(11) NOT NULL DEFAULT 100 AFTER `lobby_music_vol`;