mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Fix the bug that gobject in AV bg do not spawn. Thank balrok.
--HG-- branch : trunk
This commit is contained in:
@@ -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 ...");
|
||||
|
||||
Reference in New Issue
Block a user