[11868] Implement DummyEffect of spell 54850. Original patch by Reve

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Xfurry 2011-12-21 18:03:19 +01:00 committed by Schmoozerd
parent 18679dbab1
commit 6b8c38884d
2 changed files with 7 additions and 1 deletions

View file

@ -2369,6 +2369,12 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
unitTarget->CastSpell(unitTarget, 54581, true, m_CastItem);
return;
}
case 54850: // Emerge
{
// Cast Emerge summon
m_caster->CastSpell(m_caster, 54851, true);
return;
}
case 55004: // Nitro Boosts
{
if (!m_CastItem)