From bd43710e368dd3214050a7e5cdf74a07a6f12a47 Mon Sep 17 00:00:00 2001 From: Taracque Date: Sat, 18 Oct 2014 00:21:49 +0200 Subject: [PATCH] Don't show cooldown timer on debuff tracker, if Show Numbers for Cooldowns is on in Interface / Action Bars --- Elementarist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elementarist.lua b/Elementarist.lua index 4ac0ab8..5396334 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -668,7 +668,7 @@ function Elementarist:UpdateAuraTracker() if (Elementarist.callbacks.COMBAT_LOG == nil) then if (name) then Elementarist:SetTexture(Elementarist.textureList["debuff"],icon) - if (not Elementarist.OmniCC) then + if (not Elementarist.OmniCC) and (not GetCVarBool("countdownForCooldowns")) then Elementarist.textList["debuff"]:SetText(format('%.1f', (e - GetTime()))) end Elementarist.auraCooldownFrame["main"]:SetCooldown( e-d, d) -- 1.7.9.5