[11180] Add dummy effect of spell 69922

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
virusav 2011-02-17 14:10:04 +01:00 committed by NoFantasy
parent 97e6439a0f
commit 06d36feed2
2 changed files with 10 additions and 1 deletions

View file

@ -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;
}