mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[c12588] Implement spells 50630, 70623 and 70638
This commit is contained in:
parent
97dbc3c412
commit
39262d4e6a
3 changed files with 14 additions and 1 deletions
|
|
@ -7929,6 +7929,11 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
|
|||
m_caster->CastSpell(m_caster, 50446, true);
|
||||
return;
|
||||
}
|
||||
case 50630: // Eject All Passengers
|
||||
{
|
||||
m_caster->RemoveSpellsCausingAura(SPELL_AURA_CONTROL_VEHICLE);
|
||||
return;
|
||||
}
|
||||
case 50725: // Vigilance - remove cooldown on Taunt
|
||||
{
|
||||
Unit* caster = GetAffectiveCaster();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue