diff options
author | megamage <none@none> | 2008-12-30 16:03:36 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-30 16:03:36 -0600 |
commit | 3d1d45405546062357c019f0164f8529552fd060 (patch) | |
tree | abd14ea0c0b4cc497facbd8b4382ad5f154f3306 /src/game/Player.cpp | |
parent | 5a5274d21fbe19713e8e2c473082627299633a99 (diff) |
*Update to Mangos 6989.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index b8ee89d1614..2956a525896 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19233,11 +19233,8 @@ void Player::UpdateAreaDependentAuras( uint32 newArea ) ++iter; } - // unmount if enter in this subzone - if( newArea == 35) - RemoveSpellsCausingAura(SPELL_AURA_MOUNTED); // Dragonmaw Illusion - else if( newArea == 3759 || newArea == 3966 || newArea == 3939 ) + if( newArea == 3759 || newArea == 3966 || newArea == 3939 ) { if( GetDummyAura(40214) ) { |