From b466819333eb551a64cdb02e9d8d25678fbb770e Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Sun, 25 Apr 2010 12:47:15 +0200 Subject: Fix Taxi flight Stormwind Harbor. Thanks scarymovie87. Fixes issue #425. --HG-- branch : trunk --- src/scripts/world/npc_taxi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts') 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(); -- cgit v1.2.3