From 36a4928c12024d7dd3771951d8b1f5dbb62702d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Mar 2018 01:34:36 +0300 Subject: Add separate configurable sound for new chat message in party and clan tabs. --- src/const/sound.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/const/sound.h') diff --git a/src/const/sound.h b/src/const/sound.h index 5cae8c7d9..fab305ab2 100644 --- a/src/const/sound.h +++ b/src/const/sound.h @@ -31,6 +31,8 @@ static const std::string SOUND_WHISPER = "soundwhisper"; static const std::string SOUND_HIGHLIGHT = "soundhighlight"; static const std::string SOUND_GLOBAL = "soundglobal"; static const std::string SOUND_GUILD = "soundguild"; +static const std::string SOUND_PARTY = "soundparty"; +static const std::string SOUND_CLAN = "soundclan"; static const std::string SOUND_SHOW_WINDOW = "soundshowwindow"; static const std::string SOUND_HIDE_WINDOW = "soundhidewindow"; -- cgit v1.2.3-60-g2f50