mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11180] Add dummy effect of spell 69922
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
97e6439a0f
commit
06d36feed2
2 changed files with 10 additions and 1 deletions
|
|
@ -2105,6 +2105,15 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
m_caster->CastSpell(m_caster, spell_id, true);
|
||||
return;
|
||||
}
|
||||
case 69922: // Temper Quel'Delar
|
||||
{
|
||||
if (!unitTarget)
|
||||
return;
|
||||
|
||||
// Return Tempered Quel'Delar
|
||||
unitTarget->CastSpell(m_caster, 69956, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue