[12194] Implement spell 30835

This commit is contained in:
Xfurry 2012-09-06 02:26:19 +03:00 committed by Antz
parent ba2f0471b4
commit 7901613472
3 changed files with 10 additions and 1 deletions

View file

@ -7091,6 +7091,14 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
m_caster->CastSpell(unitTarget, 30768, true);
break;
}
case 30835: // Infernal Relay
{
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 30836, true, NULL, NULL, m_caster->GetObjectGuid());
break;
}
case 30918: // Improved Sprint
{
if (!unitTarget)