Quantcast

no message

Taracque [11-26-15 - 17:26]
no message
Filename
modules/enhancement.lua
diff --git a/modules/enhancement.lua b/modules/enhancement.lua
index dc3a979..2c2aadc 100755
--- a/modules/enhancement.lua
+++ b/modules/enhancement.lua
@@ -181,8 +181,8 @@ Elementarist.enhancement = {
 			--------- Windstrike (requires assendance) at max charges of SS/WS
 			if ascendance and (IsSpellInRange(Elementarist.SpellList["Windstrike"], "target") == 1) then
 				if (
-						(  SSCharges >= 1) and (not EETalent) or
-						( (SSCharges >= 2) )
+					( (SSCharges >= 1) and (not EETalent) ) or
+					( (SSCharges >= 2) )
 				) then
 					return Elementarist.SpellList["Windstrike"]
 				end
@@ -194,7 +194,7 @@ Elementarist.enhancement = {
 		if (
 				(  (MWcount >= 5)  and ( not ( Elementarist.hasT18_4pcs)) ) or
 		    	(  (MWcount >= 8) )
-		   ) then
+		) then
 			if (
 					(IsSpellInRange(Elementarist.SpellList["Lightning Bolt"], "target") == 1) and
 					(Elementarist:Count(Elementarist.SpellList["Lightning Bolt"],exspell1,exspell2) == 0)