aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundWS.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-07 12:05:30 -0600
committermegamage <none@none>2009-03-07 12:05:30 -0600
commit520ce96257a07c0ad07a652e01a3927af0f48f6f (patch)
tree3053b5b82332efbe2f6dbb79c9a3523859844ff2 /src/game/BattleGroundWS.h
parentf63c07e66975a9f55c0bf5f73a4f2a34bde3e848 (diff)
[7399] Rewrited BattleGround starting code - moved it to battleground class. Author: Triply
Fixed message color for premature finish warnings. Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0. Added battleground announcer message removed in [7384]. [7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply --HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r--src/game/BattleGroundWS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h
index 9a54479abb4..6b42ecbfc3c 100644
--- a/src/game/BattleGroundWS.h
+++ b/src/game/BattleGroundWS.h
@@ -147,6 +147,8 @@ class BattleGroundWS : public BattleGround
/* inherited from BattlegroundClass */
virtual void AddPlayer(Player *plr);
+ virtual void StartingEventCloseDoors();
+ virtual void StartingEventOpenDoors();
/* BG Flags */
uint64 GetAllianceFlagPickerGUID() const { return m_FlagKeepers[BG_TEAM_ALLIANCE]; }