diff --git a/FreshShit/WarlockDispelMaster/init.lua b/FreshShit/WarlockDispelMaster/init.lua index bf5b3c8..08d2ce1 100644 --- a/FreshShit/WarlockDispelMaster/init.lua +++ b/FreshShit/WarlockDispelMaster/init.lua @@ -67,6 +67,7 @@ aura_env.MakeFrameGlow = function(frame) if healthBar ~= nil then LCG.PixelGlow_Start(healthBar, { 1, 1, 0, 1 }, 16, 0.35, 8, 4) aura_env.BusyFrames[frameName] = true + local aura_env = aura_env C_Timer.After(1, function() LCG.PixelGlow_Stop(healthBar) aura_env.BusyFrames[frameName] = nil