From 747c60c240895c461fda2d99490fcc1ecd0e5318 Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 21 Sep 2020 09:00:35 +0200 Subject: [PATCH] nameplates: disable debuff timer animation --- modules/nameplates.lua | 1 + 1 file changed, 1 insertion(+) 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