Skip to content

Commit

Permalink
Update Paladin.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Aug 25, 2024
1 parent 68065e7 commit 0058b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tukui/Modules/UnitFrames/Classes/Paladin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ UnitFrames.AddClassFeatures["PALADIN"] = function(self)
Bar[i]:SetHeight(6)
Bar[i]:SetStatusBarTexture(PowerTexture)
Bar[i]:SetStatusBarColor(0.89, 0.88, 0.06)
Bar[i]:SetAlpha(0.3)

if i == 1 then
Bar[i]:SetWidth(barWidth)
Expand All @@ -39,6 +40,7 @@ UnitFrames.AddClassFeatures["PALADIN"] = function(self)
Bar[i]:SetWidth(barWidth - 1)
Bar[i]:SetPoint("LEFT", Bar[i-1], "RIGHT", 1, 0)
end

end

-- Register
Expand Down

0 comments on commit 0058b82

Please sign in to comment.