mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/Battleground): split Arena and Battleground score (#10616)
This commit is contained in:
@@ -442,7 +442,7 @@ bool AchievementCriteriaData::Meets(uint32 criteria_id, Player const* source, Un
|
||||
return false;
|
||||
}
|
||||
|
||||
TeamId winnerTeam = bg->GetWinner();
|
||||
TeamId winnerTeam = GetTeamId(bg->GetWinner());
|
||||
if (winnerTeam == TEAM_NEUTRAL)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user