mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[7351] Fixed removing normal horde groups from queue.
Fixed Reflective shield - patch provided by Rastik. Thx Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
95439564aa
commit
3560d9de54
5 changed files with 4 additions and 10 deletions
|
|
@ -815,7 +815,7 @@ void BattleGround::RemovePlayerAtLeave(uint64 guid, bool Transport, bool SendPac
|
|||
|
||||
DecreaseInvitedCount(team);
|
||||
//we should update battleground queue, but only if bg isn't ending
|
||||
if (GetQueueId() < MAX_BATTLEGROUND_QUEUES)
|
||||
if (GetStatus() < STATUS_WAIT_LEAVE)
|
||||
sBattleGroundMgr.m_BattleGroundQueues[bgQueueTypeId].Update(bgTypeId, GetQueueId());
|
||||
|
||||
Group * group = plr->GetGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue