aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-26 12:49:08 -0600
committermegamage <none@none>2008-11-26 12:49:08 -0600
commit504a5a69db87de2cb1a1bc3ff6290debe5531309 (patch)
tree58a17381fc7446d25ac24d247a247373e7fccb08 /src
parent6101b5d4b5014af2df33363b45a3923fffea2dd4 (diff)
*Fix the bug that gobject in AV bg do not spawn. Thank balrok.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/BattleGroundAV.cpp2
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 ...");