diff options
-rw-r--r-- | src/scripts/world/npc_taxi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/world/npc_taxi.cpp b/src/scripts/world/npc_taxi.cpp index a7710c6049b..2a8efd4e0cb 100644 --- a/src/scripts/world/npc_taxi.cpp +++ b/src/scripts/world/npc_taxi.cpp @@ -199,7 +199,7 @@ bool GossipSelect_npc_taxi(Player* pPlayer, Creature* pCreature, uint32 /*uiSend break; case GOSSIP_ACTION_INFO_DEF + 3: pPlayer->CLOSE_GOSSIP_MENU(); - pPlayer->GetSession()->SendDoFlight(1149, 1041); + pPlayer->CastSpell(pPlayer,53335,true); //TaxiPath 1041 (Stormwind Harbor) break; case GOSSIP_ACTION_INFO_DEF + 4: pPlayer->CLOSE_GOSSIP_MENU(); |