[8813] Re-implement some changes in [8799], but with mutex calls commented.

This commit is contained in:
XTZGZoReX 2009-11-14 15:07:00 +01:00
parent 02b6c5889b
commit a69fe0cb1d
5 changed files with 187 additions and 206 deletions

View file

@ -1084,7 +1084,7 @@ void BattleGround::RemovePlayerAtLeave(uint64 guid, bool Transport, bool SendPac
{
// a player has left the battleground, so there are free slots -> add to queue
AddToBGFreeSlotQueue();
sBattleGroundMgr.m_BattleGroundQueues[bgQueueTypeId].Update(bgTypeId, GetQueueId());
sBattleGroundMgr.ScheduleQueueUpdate(0, 0, bgQueueTypeId, bgTypeId, GetQueueId());
}
// Let others know