From 35d43fc352bcf510d9526ca03eddb214055af3d9 Mon Sep 17 00:00:00 2001 From: Taracque Date: Thu, 26 Nov 2015 18:26:59 +0100 Subject: [PATCH] no message --- modules/enhancement.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.9.5