From db9dad1a072d99b45165913ef721622b8b802d73 Mon Sep 17 00:00:00 2001 From: Taracque Date: Mon, 10 Mar 2014 11:41:23 +0100 Subject: [PATCH] Fixed F. C.: -0 bug (Fallen crusader proc is displayed even if expired) --- DKCrutch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DKCrutch.lua b/DKCrutch.lua index 4d75c4a..5ce29af 100755 --- a/DKCrutch.lua +++ b/DKCrutch.lua @@ -1320,7 +1320,7 @@ function DKCrutch:Update() end if (not DKCrutchDB.weaponDisabled) then name, _, icon, _, _, d, e = DKCrutch:hasBuff("player", DKCrutch.SpellList["Unholy Strength"]) - if (name) then + if (name) and (e - GetTime()>0) then if (DKCrutch.weaponText:GetText() == "") then DKCrutch.weaponFrame:SetMinMaxValues(0, d) end -- 1.7.9.5