diff options
author | XTZGZoReX <none@none> | 2009-12-29 00:28:30 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-12-29 00:28:30 +0100 |
commit | 9545a7cd48315e70dc038a70adf0a09d3abc539e (patch) | |
tree | 490ff4d46277e45d186bdeffceda33e52ead9191 /src | |
parent | 03890fbe48767610e70a49f6961f591e871b62cf (diff) | |
parent | 66ee71a86c199ecb6d3b39a4125a380ae1955f8f (diff) |
* Merge...
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index bbcf03da9c3..00d211ccf2c 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -31,6 +31,7 @@ #include "Player.h" #include "Unit.h" #include "Spell.h" +#include "SpellId.h" #include "DynamicObject.h" #include "Group.h" #include "UpdateData.h" @@ -6679,8 +6680,9 @@ void AuraEffect::PeriodicDummyTick() } } break; - case 58600: // No fly Zone - Dalaran - if (10 == m_tickNumber) + case SPELL_RESTRICTED_FLIGHT_AREA_58730: // No Fly Zone - Wintergrasp + case SPELL_RESTRICTED_FLIGHT_AREA_58600: // No fly Zone - Dalaran + if (m_tickNumber == 10) { m_target->RemoveAurasByType(SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED); m_target->RemoveAurasByType(SPELL_AURA_FLY); |