We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cce1f commit 2ac5d7eCopy full SHA for 2ac5d7e
Tukui/Modules/UnitFrames/Classes/Paladin.lua
@@ -14,7 +14,7 @@ UnitFrames.AddClassFeatures["PALADIN"] = function(self)
14
15
local Bar = CreateFrame("Frame", self:GetName().."HolyPower", self.Health)
16
local PowerTexture = T.GetTexture(C["Textures"].UFPowerTexture)
17
- local numMax = T.Retail and 5 or 3
+ local numMax = (T.Retail or T.MoP) and 5 or 3
18
local barWidth = 250 / numMax
19
20
-- Holy Power
0 commit comments