*Fix the bug that gobject in AV bg do not spawn. Thank balrok.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-26 12:49:08 -06:00
parent 6101b5d4b5
commit 504a5a69db

View File

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