aboutsummaryrefslogtreecommitdiff
path: root/src/game/TaxiHandler.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-24 00:12:09 +0200
committerQAston <none@none>2009-06-24 00:12:09 +0200
commit0a7691083d5f6109ca0cd0b336b15052ca5cfba4 (patch)
treeec1648e071060bccee3328c4b0d0ec575bed4d5d /src/game/TaxiHandler.cpp
parentd6a3770597f63dadc094a16ef33d27533876c3c6 (diff)
*Fix the bug that player gets dismounted during taxi flights with many flymasters.
*Mana feed now gives pet mana during Drain Mana spell. --HG-- branch : trunk
Diffstat (limited to 'src/game/TaxiHandler.cpp')
-rw-r--r--src/game/TaxiHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp
index 0928b8ba96a..0587eba4a64 100644
--- a/src/game/TaxiHandler.cpp
+++ b/src/game/TaxiHandler.cpp
@@ -253,6 +253,7 @@ void WorldSession::HandleMoveSplineDoneOpcode(WorldPacket& /*recv_data*/)
SendDoFlight( mountDisplayId, path, 1 ); // skip start fly node
else
GetPlayer()->m_taxi.ClearTaxiDestinations(); // clear problematic path and next
+ return;
}
GetPlayer()->m_taxi.ClearTaxiDestinations(); // not destinations, clear source node