From 3d2779dd1e8ffa2c897904968a5232b1a16399c5 Mon Sep 17 00:00:00 2001 From: Grz3s Date: Wed, 31 Jul 2024 00:09:10 +0200 Subject: [PATCH] Spell: 42793 corrected double credit fixed --- src/game/AI/ScriptDevAI/scripts/northrend/howling_fjord.cpp | 1 - 1 file changed, 1 deletion(-) 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); } }