diff options
author | megamage <none@none> | 2009-03-06 15:25:20 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-06 15:25:20 -0600 |
commit | 13fc3dcd7e95288cd9482e7440df3b15a3c580cb (patch) | |
tree | b613b866159b9e506ca8662cc8e773ed22f7955d /src/game/BattleGround.h | |
parent | 6f595b30382e5104e4e4c744431284c9f4eda742 (diff) |
[7388] Fixed battleground premature warning message. SQL files are attached, you must execute them! Author: Triply
Fix for message's color will be soon.
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.h')
-rw-r--r-- | src/game/BattleGround.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index 767b8521cf1..8f8aec564c6 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -402,6 +402,7 @@ class BattleGround void SendMessageToAll(char const* text); void SendMessageToAll(int32 entry); + void PSendMessageToAll(int32 entry, ... ); /* Raid Group */ Group *GetBgRaid(uint32 TeamID) const { return TeamID == ALLIANCE ? m_BgRaids[BG_TEAM_ALLIANCE] : m_BgRaids[BG_TEAM_HORDE]; } |