mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
fix(Core/Travel): Remove stray '}' left over from dead-code sweep
This commit is contained in:
parent
2c822affd2
commit
0eff76f3ec
@ -2716,8 +2716,6 @@ std::vector<uint32> TravelNodeMap::BuildPath(uint32 fromNode, uint32 toNode,
|
||||
return path;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void TravelNodeMap::PrecomputeReachability()
|
||||
{
|
||||
// Find connected components via BFS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user