aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp5
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) )
{