From 9101dd161300b893f801d19b7911ba982c7cb624 Mon Sep 17 00:00:00 2001 From: Taracque Date: Tue, 21 Oct 2014 13:27:00 +0200 Subject: [PATCH] Thunderstorm removed --- modules/elemental.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/elemental.lua b/modules/elemental.lua index ada7c16..e38935c 100755 --- a/modules/elemental.lua +++ b/modules/elemental.lua @@ -331,7 +331,7 @@ Elementarist.elemental = { return "" end; IntSpell = function(self) - -- interruptions, mana recharge wia thunderstorm, purge, and AoE on target + -- interruptions, purge, and AoE on target local d if Elementarist:SpellAvailable(Elementarist.SpellList["Wind Shear"]) then @@ -353,14 +353,6 @@ Elementarist.elemental = { end end - -- check if mana is below 70% and Thunderstorm available - if Elementarist:SpellAvailable(Elementarist.SpellList["Thunderstorm"]) then - d = GetSpellCooldown(Elementarist.SpellList["Thunderstorm"]) - if (d) and ((UnitPower("player",0) / UnitPowerMax("player",0)) < 0.7) and (d < 0.5) then - return Elementarist.SpellList["Thunderstorm"] - end - end - -- check if purgeable buff is on target (not sure if this is ok) if Elementarist:SpellAvailable(Elementarist.SpellList["Purge"]) then if IsSpellInRange(Elementarist.SpellList["Purge"], "target") == 1 then -- 1.7.9.5