nameplates: disable debuff timer animation

This commit is contained in:
shagu
2020-09-21 09:00:35 +02:00
parent 6bfd09d0d6
commit 747c60c240
+1
View File
@@ -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