mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[12064] Implement spell 56430
This commit is contained in:
parent
e32b9953a1
commit
5f4d61928f
2 changed files with 10 additions and 1 deletions
|
|
@ -2446,6 +2446,15 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
|
||||
return;
|
||||
}
|
||||
case 56430: // Arcane Bomb
|
||||
{
|
||||
if (!unitTarget)
|
||||
return;
|
||||
|
||||
unitTarget->CastSpell(unitTarget, 56431, true, NULL, NULL, m_caster->GetObjectGuid());
|
||||
unitTarget->CastSpell(unitTarget, 56432, true, NULL, NULL, m_caster->GetObjectGuid());
|
||||
return;
|
||||
}
|
||||
case 57908: // Stain Cloth
|
||||
{
|
||||
// nothing do more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue