This commit is contained in:
2023-11-14 21:11:21 -06:00
parent b4720a2db5
commit 9615f85f0d
2 changed files with 19 additions and 0 deletions
+3
View File
@@ -437,6 +437,9 @@ public class WorldServer {
DbManager.NPCQueries.GET_ALL_NPCS();
DbManager.MobQueries.GET_ALL_MOBS();
Logger.info("Generating Neighbors for NavNodes");
ZoneManager.LinkNavNodes();
Logger.info("time to load World Objects: " + (System.currentTimeMillis() - start) + " ms");
// Configure realms for serialization