From e4353471e6ff0929a3dcd021bdde5d19b667e0fe Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 4 Oct 2020 18:55:04 +0200 Subject: [PATCH] totems: specify cooldown animation visibility --- modules/totems.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/totems.lua b/modules/totems.lua index 857e360f..59eab973 100644 --- a/modules/totems.lua +++ b/modules/totems.lua @@ -129,6 +129,7 @@ pfUI:RegisterModule("totems", "vanilla:tbc", function () self.bar[i].cdbg:SetWidth(self.iconsize - 3) self.bar[i].cdbg:SetPoint("CENTER", self.bar[i], "CENTER", 0, 0) self.bar[i].cd = self.bar[i].cd or CreateFrame(COOLDOWN_FRAME_TYPE, "pfTotemsBar"..i.."Cooldown", self.bar[i].cdbg, "CooldownFrameTemplate") + self.bar[i].cd.pfCooldownStyleAnimation = 1 self.bar[i].cd.pfCooldownType = "ALL" self.bar[i]:RegisterForClicks("LeftButtonUp", "RightButtonUp")