Skip to content

Commit 1b83944

Browse files
committed
Fixing HP sometimes showing for other specs.
1 parent 67bcbb4 commit 1b83944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
523523
end
524524
end
525525
-- Paladin
526-
elseif CurClass == "PALADIN" then
526+
elseif CurClass == "PALADIN" and PlayerSpec == 3 then -- hp is only for retribution
527527
-- Holy Power
528528
if CurType == "hp" then
529529
NewPoints = UnitPower("player", SPELL_POWER_HOLY_POWER)

0 commit comments

Comments
 (0)