From 504a5a69db87de2cb1a1bc3ff6290debe5531309 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 26 Nov 2008 12:49:08 -0600 Subject: *Fix the bug that gobject in AV bg do not spawn. Thank balrok. --HG-- branch : trunk --- src/game/BattleGroundAV.cpp | 2 -- 1 file changed, 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 ..."); -- cgit v1.2.3