We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2979b12 commit 94d3f9dCopy full SHA for 94d3f9d
src/server/game/Battlegrounds/BattlegroundQueue.cpp
@@ -730,7 +730,7 @@ bool BattlegroundQueue::CheckSkirmishForSameFaction(uint32 minPlayersPerTeam)
730
//set correct team
731
(*itr)->Team = otherTeamId;
732
//add team to other queue
733
- m_QueuedGroups[uint8(BG_QUEUE_NORMAL_ALLIANCE) + uint8(teamIndex)].push_front(*itr);
+ m_QueuedGroups[uint8(BG_QUEUE_NORMAL_ALLIANCE) + uint8(otherTeam)].push_front(*itr);
734
//remove team from old queue
735
GroupsQueueType::iterator itr2 = itr_team;
736
++itr2;
0 commit comments