fix(Core/Travel): Include Transport.h in TravelNode.cpp for GetEntry() call

This commit is contained in:
bash 2026-05-31 00:32:07 +02:00
parent 14c7de977a
commit e2bcf9683b

View File

@ -17,6 +17,7 @@
#include "Playerbots.h" #include "Playerbots.h"
#include "RaceMgr.h" #include "RaceMgr.h"
#include "ServerFacade.h" #include "ServerFacade.h"
#include "Transport.h"
#include "TransportMgr.h" #include "TransportMgr.h"
// TravelNodePath(float distance = 0.1f, float extraCost = 0, TravelNodePathType pathType = TravelNodePathType::walk, // TravelNodePath(float distance = 0.1f, float extraCost = 0, TravelNodePathType pathType = TravelNodePathType::walk,