diff --git a/Source/Game/Movement/WaypointManager.cs b/Source/Game/Movement/WaypointManager.cs index 29204642c..a3f849166 100644 --- a/Source/Game/Movement/WaypointManager.cs +++ b/Source/Game/Movement/WaypointManager.cs @@ -276,7 +276,7 @@ namespace Game if (path == null) return null; - return GetNode(path.Id, nodeId); + return GetNode(path, nodeId); } public WaypointPath GetPathByVisualGUID(ObjectGuid guid)