diff --git a/modules/cooldown.lua b/modules/cooldown.lua index 43b8ef91..a09e184b 100644 --- a/modules/cooldown.lua +++ b/modules/cooldown.lua @@ -104,12 +104,12 @@ pfUI:RegisterModule("cooldown", "vanilla:tbc", function () -- don't draw global cooldowns if this.pfCooldownType == "NOGCD" and duration < tonumber(C.appearance.cd.threshold) then - return + start, duration = 0, 0 end -- disable GCDs on non pfUI frames if not this.pfCooldownType and duration < tonumber(C.appearance.cd.threshold) then - return + start, duration = 0, 0 end -- hide animation