More refactoring of code.

This commit is contained in:
hondacrx
2019-09-23 21:41:13 -04:00
parent 2418715800
commit 570aebce26
176 changed files with 2261 additions and 2265 deletions
+1 -1
View File
@@ -1292,7 +1292,7 @@ namespace Game.Achievements
case CriteriaAdditionalCondition.ArenaType: // 24
{
Battleground bg = referencePlayer.GetBattleground();
if (!bg || !bg.isArena() || bg.GetArenaType() != (ArenaTypes)reqValue)
if (!bg || !bg.IsArena() || bg.GetArenaType() != (ArenaTypes)reqValue)
return false;
break;
}