Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp
- index 0450ccb..8eeafc9 100644
- --- a/src/game/TaxiHandler.cpp
- +++ b/src/game/TaxiHandler.cpp
- @@ -204,6 +204,10 @@ void WorldSession::HandleTaxiNextDestinationOpcode(WorldPacket& /*recv_data*/)
- if(!curDest)
- return;
- + // TaxiNode: 96 -> Zangarmarsh - Quest - As the Crow Flies - End | quest support: As the Crow Flies
- + if(curDest == 96 && GetPlayer()->GetQuestStatus(9718) == QUEST_STATUS_INCOMPLETE)
- + GetPlayer()->CompleteQuest(9718);
- +
- TaxiNodesEntry const* curDestNode = sTaxiNodesStore.LookupEntry(curDest);
- // far teleport case
Advertisement
Add Comment
Please, Sign In to add comment