mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/Pit of Saron: Removed unneccessary line
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user