mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
feat(Core/Battleground): rework bg queue system (#10817)
This commit is contained in:
@@ -312,6 +312,10 @@ void Arena::EndBattleground(TeamId winnerTeamId)
|
||||
}
|
||||
}
|
||||
|
||||
// update previous opponents for arena queue
|
||||
winnerArenaTeam->SetPreviousOpponents(loserArenaTeam->GetId());
|
||||
loserArenaTeam->SetPreviousOpponents(winnerArenaTeam->GetId());
|
||||
|
||||
// save the stat changes
|
||||
if (bValidArena)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user