mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fix Taxi flight Stormwind Harbor. Thanks scarymovie87.
Fixes issue #425. --HG-- branch : trunk
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user