mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
@@ -1562,7 +1562,10 @@ class spell_dk_death_grip : public SpellScriptLoader
|
|||||||
Unit* baseTarget = GetExplTargetUnit();
|
Unit* baseTarget = GetExplTargetUnit();
|
||||||
|
|
||||||
if (caster != target)
|
if (caster != target)
|
||||||
|
{
|
||||||
caster->CastSpell(target, 49560, true);
|
caster->CastSpell(target, 49560, true);
|
||||||
|
target->InterruptNonMeleeSpells(true);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
baseTarget->CastSpell(caster, 49560, true);
|
baseTarget->CastSpell(caster, 49560, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user