mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[12194] Implement spell 30835
This commit is contained in:
parent
ba2f0471b4
commit
7901613472
3 changed files with 10 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue