Core/Phases: Fixes errors in phases.

This commit is contained in:
hondacrx
2018-06-15 12:36:55 -04:00
parent b8b0ff0fba
commit 2fa79e0855
5 changed files with 132 additions and 133 deletions
@@ -200,7 +200,7 @@ namespace Scripts.Northrend.AzjolNerub.Ahnkahet.HeraldVolazj
return;
else
{
nextPhase = visage.GetPhaseShift().GetPhases().First().Id;
nextPhase = visage.GetPhaseShift().GetPhases().First().Key;
break;
}
}