Thunderstorm removed
Taracque [10-21-14 - 11:27]
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