From 192649bd16e1960896618c2a19e21ba21bcf5459 Mon Sep 17 00:00:00 2001 From: Taracque Date: Wed, 18 May 2011 16:37:15 +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 ec57f43..1a05b31 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -754,7 +754,7 @@ function Elementarist:NextSpell(timeshift,exspell1,exspell2) end -- if >=4 foes are available, and Earthquake not on cd - if (exspell1 ~= Elementarist.SpellList["Earthquake") and (exspell2 ~= Elementarist.SpellList["Earthquake") then + if (exspell1 ~= Elementarist.SpellList["Earthquake"]) and (exspell2 ~= Elementarist.SpellList["Earthquake"]) then if (Elementarist.person["foeCount"]>=4) then d = Elementarist:GetSpellCooldownRemaining(Elementarist.SpellList["Earthquake"]) if ((d-timeshift) <= 0) then -- 1.7.9.5