Fixed a typo
Taracque [05-16-11 - 15:07]
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"]