diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp index fbbbbbe15..2ad8c4bd1 100644 --- a/src/scripts/Spells/spell_dk.cpp +++ b/src/scripts/Spells/spell_dk.cpp @@ -1562,7 +1562,10 @@ class spell_dk_death_grip : public SpellScriptLoader Unit* baseTarget = GetExplTargetUnit(); if (caster != target) + { caster->CastSpell(target, 49560, true); + target->InterruptNonMeleeSpells(true); + } else baseTarget->CastSpell(caster, 49560, true); }