aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-04-25 12:47:15 +0200
committerTrazom62 <none@none>2010-04-25 12:47:15 +0200
commitb466819333eb551a64cdb02e9d8d25678fbb770e (patch)
tree9c8c9dcfb5754f0fcaff8fdadd5c2cd1dfcaecb2 /src
parentb12e9633cf140e8fd221baa987db790e47b0ba4e (diff)
Fix Taxi flight Stormwind Harbor. Thanks scarymovie87.
Fixes issue #425. --HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/world/npc_taxi.cpp2
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();