[c12581] Implement spell 56072

This commit is contained in:
Xfurry 2013-05-31 10:22:20 +01:00 committed by Antz
parent 18de1279eb
commit 132e6245a7
3 changed files with 11 additions and 2 deletions

View file

@ -8174,7 +8174,15 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
unitTarget->RemoveAurasDueToSpell(effect->CalculateSimpleValue());
break;
}
case 57082: // Crystal Spikes (h1)
case 56072: // Ride Red Dragon Buddy
{
if (!unitTarget)
return;
m_caster->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true);
break;
}
case 57082: // Crystal Spikes (h1)
{
if (!unitTarget)
return;