Quantcast

Fixed a typo

Taracque [05-18-11 - 14:37]
Fixed a typo
Filename
Elementarist.lua
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