mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fix travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user