parent
546c547e7b
commit
a897356fa3
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue