From 3674c2556d9677f4a86d3279038b6a3d72289095 Mon Sep 17 00:00:00 2001 From: Taracque Date: Mon, 16 May 2011 17:07:00 +0200 Subject: [PATCH] Fixed a typo --- Elementarist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elementarist.lua b/Elementarist.lua index c0d426f..315ff60 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -721,7 +721,7 @@ function Elementarist:NextSpell(timeshift,exspell1,exspell2) if ( ( (d) and ((d-timeshift) <= 0) ) and ( ( (lscount) and (lscount>=9) ) or - ( (lscount>=7) and (fsExpiration > ) ) + ( (lscount>=7) and ((fsExpiration - GetTime() - timeshift) > Elementarist.lastShockCD) and ((fsExpiration - GetTime() - timeshift) < Elementarist.lastShockCD + 2) ) ) ) then return Elementarist.SpellList["Earth Shock"] -- 1.7.9.5