We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bcbb4 commit 1b83944Copy full SHA for 1b83944
1 file changed
Core.lua
@@ -523,7 +523,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
523
end
524
525
-- Paladin
526
- elseif CurClass == "PALADIN" then
+ elseif CurClass == "PALADIN" and PlayerSpec == 3 then -- hp is only for retribution
527
-- Holy Power
528
if CurType == "hp" then
529
NewPoints = UnitPower("player", SPELL_POWER_HOLY_POWER)
0 commit comments