From 566c156b69af4a1f5af801c1e47082f0d9afd502 Mon Sep 17 00:00:00 2001 From: Taracque Date: Mon, 20 Oct 2014 12:25:44 +0200 Subject: [PATCH] Fixed annoying look of the empty advisor frame --- DKCrutch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DKCrutch.lua b/DKCrutch.lua index b44bea0..b534773 100755 --- a/DKCrutch.lua +++ b/DKCrutch.lua @@ -1207,7 +1207,7 @@ function DKCrutch:Update() else if (DKCrutch.lastSpell ~= "") then DKCrutch.advisorFrame.texture:SetTexture( "" ) - DKCrutch.cooldownFrame:SetCooldown(-1, 0) + DKCrutch.cooldownFrame:SetCooldown(0, 0) DKCrutch.lastSpell = spell end end -- 1.7.9.5