Skip to content

Commit

Permalink
Update mana color when switching fill settings
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Oct 7, 2020
1 parent 147deb5 commit 473e22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Aptechka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,9 @@ function Aptechka:Reconfigure()
end
function Aptechka:RefreshAllUnitsHealth()
Aptechka:ForEachFrame(Aptechka.FrameUpdateHealth)
Aptechka:ForEachFrame(Aptechka.FrameUpdatePower)
Aptechka:ForEachFrame(function(frame, unit)
Aptechka.FrameUpdatePower(frame, unit, "MANA")
end)
end
function Aptechka.FrameUpdateUnitColor(frame, unit)
Aptechka.FrameColorize(frame, unit)
Expand Down

0 comments on commit 473e22a

Please sign in to comment.