Fix travis
This commit is contained in:
parent
7f6b3b3c0d
commit
d8f2d3cfb6
1 changed files with 1 additions and 1 deletions
|
|
@ -1609,7 +1609,7 @@ class spell_dk_death_grip : public SpellScriptLoader
|
|||
{
|
||||
if (m_scriptSpellId == 49576) // xinef: base death grip, add pvp range restriction
|
||||
{
|
||||
OnCheckCast += SpellCheckCastFn(spell_dk_death_grip_SpellScript::CheckPvPRange);
|
||||
OnCheckCast += SpellCheckCastFn(spell_dk_death_grip_SpellScript::CheckCast);
|
||||
OnEffectHitTarget += SpellEffectFn(spell_dk_death_grip_SpellScript::HandleBaseDummy, EFFECT_0, SPELL_EFFECT_DUMMY);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue