diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index a1ec4606d2a..9e27d2d3bec 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17163,7 +17163,7 @@ bool Player::ActivateTaxiPathTo(std::vector<uint32> const& nodes, Creature* npc // cast case or scripted call case else { - RemoveSpellsCausingAura(SPELL_AURA_MOUNTED); + RemoveAurasByType(SPELL_AURA_MOUNTED); if( m_ShapeShiftFormSpellId && m_form != FORM_BATTLESTANCE && m_form != FORM_BERSERKERSTANCE && m_form != FORM_DEFENSIVESTANCE && m_form != FORM_SHADOW ) RemoveAurasDueToSpell(m_ShapeShiftFormSpellId); |