From e4cc5568ce3f0578da1d95651431f60260b2d53f Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Wed, 17 Aug 2022 22:41:29 +0200 Subject: [PATCH] fix cooldown glow --- Modules/Cooldowns.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/Cooldowns.lua b/Modules/Cooldowns.lua index 8bb398c..9b90688 100644 --- a/Modules/Cooldowns.lua +++ b/Modules/Cooldowns.lua @@ -347,7 +347,7 @@ function Cooldowns:ClearIcon(button, index, spellId, icon) end end icon:Show() - LCG:PixelGlow_Stop(icon.glow) + LCG.PixelGlow_Stop(icon.glow) if icon.timer then icon.timer:Cancel() end @@ -366,6 +366,8 @@ end -- Test --------------------- +-- /run LibStub("Gladdy").modules["Cooldowns"]:AURA_GAIN(_, AURA_TYPE_BUFF, 22812, "Barkskin", _, 20, _, _, _, _, "arena1", true) +-- /run LibStub("Gladdy").modules["Cooldowns"]:AURA_FADE("arena1", 22812) function Cooldowns:Test(unit) if Gladdy.frame.testing then self:UpdateTestCooldowns(unit)