diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 8d0cd2d1..15593efc 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -269,6 +269,7 @@ pfUI:RegisterModule("nameplates", "vanilla:tbc", function () debuffs[i].stacks:SetTextColor(1,1,0) debuffs[i].cd = CreateFrame(COOLDOWN_FRAME_TYPE, nil, debuffs[i], "CooldownFrameTemplate") + debuffs[i].cd.pfCooldownStyleAnimation = 0 debuffs[i].cd.pfCooldownType = "ALL" end nameplate.debuffs = debuffs