[12064] Implement spell 56430

This commit is contained in:
Xfurry 2012-07-20 18:14:38 +02:00 committed by Schmoozerd
parent e32b9953a1
commit 5f4d61928f
2 changed files with 10 additions and 1 deletions

View file

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12063"
#define REVISION_NR "12064"
#endif // __REVISION_NR_H__