mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[c12581] Implement spell 56072
This commit is contained in:
parent
18de1279eb
commit
132e6245a7
3 changed files with 11 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue