From a8dbf8904c3004ad2135ff3f8fcc43490abc4e46 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 8 Jun 2009 23:43:25 -0500 Subject: *Correctly show spellclick flag for vehicles and creatures with info in spellclick table. --HG-- branch : trunk --- src/game/Player.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/Player.cpp') 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 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); -- cgit v1.2.3