Core/Battlegrounds: Strand of the Ancients Rework
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d56cdc08413a0682299136a763e13e67d38818b)
This commit is contained in:
@@ -4592,7 +4592,7 @@ namespace Game.Achievements
|
||||
if (bg == null)
|
||||
return false;
|
||||
|
||||
int score = (int)bg.GetTeamScore(bg.GetPlayerTeam(source.GetGUID()) == Team.Alliance ? BatttleGroundTeamId.Horde : BatttleGroundTeamId.Alliance);
|
||||
int score = (int)bg.GetTeamScore(bg.GetPlayerTeam(source.GetGUID()) == Team.Alliance ? BattleGroundTeamId.Horde : BattleGroundTeamId.Alliance);
|
||||
return score >= BattlegroundScore.Min && score <= BattlegroundScore.Max;
|
||||
}
|
||||
case CriteriaDataType.InstanceScript:
|
||||
|
||||
Reference in New Issue
Block a user