mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9754] Rename flight speed related auras and fix spell 40120
This commit is contained in:
parent
f25c319bc7
commit
6610484609
7 changed files with 58 additions and 24 deletions
|
|
@ -1570,7 +1570,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
case 58601: // Remove Flight Auras
|
||||
{
|
||||
m_caster->RemoveSpellsCausingAura(SPELL_AURA_FLY);
|
||||
m_caster->RemoveSpellsCausingAura(SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED);
|
||||
m_caster->RemoveSpellsCausingAura(SPELL_AURA_MOD_FLIGHT_SPEED_MOUNTED);
|
||||
return;
|
||||
}
|
||||
case 59640: // Underbelly Elixir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue