mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Merge
This commit is contained in:
+1
-1
@@ -1346,7 +1346,7 @@ PathNode* PathManager::FindPathNodeByCoordinates(float x, float y, float z)
|
||||
|
||||
int PathManager::GetRandomPathNode()
|
||||
{
|
||||
return MakeRandomInt(0, Head.PathNodeCount - 1);
|
||||
return zone->random.Int(0, Head.PathNodeCount - 1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user