Skip to content

Commit

Permalink
- fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Nov 14, 2024
1 parent 8a6be48 commit c91b9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plater_BossModsSupport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ function Plater.UpdateBossModAuras(unitFrame)
icon.Texture:SetDesaturated(values.desaturate)
icon.bmData = values
icon.lastUpdateCooldown = icon.lastUpdateCooldown or 0
if self.isGlowing ~= false then
StopGlow(self, self.isGlowing)
if icon.isGlowing ~= false then
StopGlow(icon, icon.isGlowing)
end
iconFrame.OnIconTick(icon)
--icon.Cooldown:SetDesaturated(values.desaturate)
Expand Down

0 comments on commit c91b9e3

Please sign in to comment.