aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index bf48dfaddc9..76f2af18c50 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4855,10 +4855,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
}
}
else
- {
- NewPet->CleanupsBeforeDelete();
delete NewPet;
- }
}
}
return;