Skip to content

Commit 2ac5d7e

Browse files
committed
Paladin lua error hotfix for MoP.
1 parent 83cce1f commit 2ac5d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tukui/Modules/UnitFrames/Classes/Paladin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ UnitFrames.AddClassFeatures["PALADIN"] = function(self)
1414

1515
local Bar = CreateFrame("Frame", self:GetName().."HolyPower", self.Health)
1616
local PowerTexture = T.GetTexture(C["Textures"].UFPowerTexture)
17-
local numMax = T.Retail and 5 or 3
17+
local numMax = (T.Retail or T.MoP) and 5 or 3
1818
local barWidth = 250 / numMax
1919

2020
-- Holy Power

0 commit comments

Comments
 (0)