diff options
Diffstat (limited to 'src/const')
-rw-r--r-- | src/const/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |