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 ...");