Missing arguments for OnAfterArenaRatingCalculation
This commit is contained in:
parent
ddd03e9718
commit
945b35f5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ void Battleground::EndBattleground(TeamId winnerTeamId)
|
|||
winnerMatchmakerChange = bValidArena ? winnerArenaTeam->WonAgainst(winnerMatchmakerRating, loserMatchmakerRating, winnerChange, GetBgMap()) : 0;
|
||||
loserMatchmakerChange = loserArenaTeam->LostAgainst(loserMatchmakerRating, winnerMatchmakerRating, loserChange, GetBgMap());
|
||||
|
||||
sScriptMgr->OnAfterArenaRatingCalculation(this, winnerMatchmakerChange, loserMatchmakerChange);
|
||||
sScriptMgr->OnAfterArenaRatingCalculation(this, winnerMatchmakerChange, loserMatchmakerChange, winnerChange, loserChange);
|
||||
|
||||
SetArenaMatchmakerRating(winnerTeamId, winnerMatchmakerRating + winnerMatchmakerChange);
|
||||
SetArenaMatchmakerRating(GetOtherTeamId(winnerTeamId), loserMatchmakerRating + loserMatchmakerChange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue