mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[11868] Implement DummyEffect of spell 54850. Original patch by Reve
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
18679dbab1
commit
6b8c38884d
2 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue