diff options
author | megamage <none@none> | 2008-11-26 12:49:08 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-26 12:49:08 -0600 |
commit | 504a5a69db87de2cb1a1bc3ff6290debe5531309 (patch) | |
tree | 58a17381fc7446d25ac24d247a247373e7fccb08 /src/game/BattleGroundAV.cpp | |
parent | 6101b5d4b5014af2df33363b45a3923fffea2dd4 (diff) |
*Fix the bug that gobject in AV bg do not spawn. Thank balrok.
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGroundAV.cpp')
-rw-r--r-- | src/game/BattleGroundAV.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/BattleGroundAV.cpp b/src/game/BattleGroundAV.cpp index 832a442ce59..63511c87111 100644 --- a/src/game/BattleGroundAV.cpp +++ b/src/game/BattleGroundAV.cpp @@ -305,13 +305,11 @@ void BattleGroundAV::Update(time_t diff) { m_Events |= 0x01; -#ifdef ARENA_PATCH if(!SetupBattleGround()) { EndNow(); return; } -#endif uint16 i; sLog.outDebug("Alterac Valley: entering state STATUS_WAIT_JOIN ..."); |