diff --git a/src/game/AI/ScriptDevAI/scripts/northrend/howling_fjord.cpp b/src/game/AI/ScriptDevAI/scripts/northrend/howling_fjord.cpp index bcc51a76f25..90079540fa4 100644 --- a/src/game/AI/ScriptDevAI/scripts/northrend/howling_fjord.cpp +++ b/src/game/AI/ScriptDevAI/scripts/northrend/howling_fjord.cpp @@ -945,7 +945,6 @@ struct BurnBody : public SpellScript if (target->IsCreature()) { static_cast(target)->RegisterHitBySpell(spell->m_spellInfo->Id); - target->CastSpell(spell->GetCaster(), 43297, TRIGGERED_OLD_TRIGGERED); static_cast(target)->ForcedDespawn(16000); } }