diff options
author | QAston <none@none> | 2009-05-06 18:16:16 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-05-06 18:16:16 +0200 |
commit | ef4bcb723857237a211fc938e3255cfd5412fcf6 (patch) | |
tree | 7977baf791024e5caee278092888fbf3a0bba32a /src/game/Spell.cpp | |
parent | ac3c58a2eb0da881b5eb82ebdc36a99fa53e47f0 (diff) |
*Fix some flying mounts bugs.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index e459fd161d5..c5f0d901840 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -4543,7 +4543,7 @@ SpellCastResult Spell::CheckCast(bool strict) break; } - case SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED: + case SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED: case SPELL_AURA_FLY: { // not allow cast fly spells at old maps by players (all spells is self target) |