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
|
|
@ -4933,7 +4933,7 @@ SpellCastResult Spell::CheckCast(bool strict)
|
|||
break;
|
||||
}
|
||||
case SPELL_AURA_FLY:
|
||||
case SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED:
|
||||
case SPELL_AURA_MOD_FLIGHT_SPEED_MOUNTED:
|
||||
{
|
||||
// not allow cast fly spells if not have req. skills (all spells is self target)
|
||||
// allow always ghost flight spells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue