Scripts/Pit of Saron: Removed unneccessary line

This commit is contained in:
Shauren
2011-08-16 15:03:51 +02:00
parent 961b2629c5
commit d2ae95ec00

View File

@@ -598,7 +598,6 @@ class spell_exploding_orb_hasty_grow : public SpellScriptLoader
if (GetStackAmount() == 15)
{
Unit* target = GetTarget(); // store target because aura gets removed
PreventDefaultAction();
target->CastSpell(target, SPELL_EXPLOSIVE_BARRAGE_DAMAGE, false);
target->RemoveAurasDueToSpell(SPELL_HASTY_GROW);
target->RemoveAurasDueToSpell(SPELL_AUTO_GROW);