mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7406] Remove string version of BattleGround::SendMessageToAll. Use only string_id versions always.
This commit is contained in:
parent
e2e1a9f7d4
commit
27a2d88796
6 changed files with 11 additions and 16 deletions
|
|
@ -519,7 +519,7 @@ void BattleGroundEY::RespawnFlag(bool send_message)
|
|||
|
||||
if(send_message)
|
||||
{
|
||||
SendMessageToAll(GetMangosString(LANG_BG_EY_RESETED_FLAG), CHAT_MSG_BG_SYSTEM_NEUTRAL);
|
||||
SendMessageToAll(LANG_BG_EY_RESETED_FLAG, CHAT_MSG_BG_SYSTEM_NEUTRAL);
|
||||
PlaySoundToAll(BG_EY_SOUND_FLAG_RESET); // flags respawned sound...
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue