Skip to content

Commit

Permalink
Fix: Hunter Unhandled exception rendering component: Focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Jun 18, 2024
1 parent 39e7d37 commit 9606268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/Requirement/RequirementFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ private static Func<int> PowerTypeDelegate(PlayerReader playerReader, PowerType
PowerType.Mana => playerReader.ManaCurrent,
PowerType.Rage or
PowerType.Energy or
PowerType.RunicPower => playerReader.PTCurrent,
PowerType.RunicPower or
PowerType.Focus => playerReader.PTCurrent,
PowerType.RuneBlood => playerReader.BloodRune,
PowerType.RuneFrost => playerReader.FrostRune,
PowerType.RuneUnholy => playerReader.UnholyRune,
Expand Down

0 comments on commit 9606268

Please sign in to comment.