[9808] Simplify TaxiPathNodes data use, specially for transport case.

This commit is contained in:
VladimirMangos 2010-04-29 19:41:30 +04:00
parent de3192b2f5
commit 4910add486
8 changed files with 29 additions and 92 deletions

View file

@ -500,7 +500,6 @@ class ObjectMgr
void GetTaxiPath( uint32 source, uint32 destination, uint32 &path, uint32 &cost);
uint32 GetTaxiMountDisplayId( uint32 id, uint32 team, bool allowed_alt_team = false);
void GetTaxiPathNodes( uint32 path, Path &pathnodes, std::vector<uint32>& mapIds );
void GetTransportPathNodes( uint32 path, TransportPath &pathnodes );
Quest const* GetQuestTemplate(uint32 quest_id) const
{