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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index d647768d3e0..7099b7e3945 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -17437,6 +17437,10 @@ bool Player::ActivateTaxiPathTo(std::vector<uint32> const& nodes, Creature* npc
// stop combat at start taxi flight if any
CombatStop();
+ StopCastingCharm();
+ StopCastingBindSight();
+ ExitVehicle();
+
// stop trade (client cancel trade at taxi map open but cheating tools can be used for reopen it)
TradeCancel(true);