|
|
@ -559,6 +559,11 @@ public class WorldServer { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DbManager.BuildingQueries.GET_ALL_BUILDINGS(); |
|
|
|
|
|
|
|
DbManager.NPCQueries.GET_ALL_NPCS(); |
|
|
|
|
|
|
|
DbManager.MobQueries.GET_ALL_MOBS(); |
|
|
|
|
|
|
|
DbManager.CityQueries.GET_ALL_CITIES(); |
|
|
|
|
|
|
|
|
|
|
|
Logger.info("time to load World Objects: " + (System.currentTimeMillis() - start) + " ms"); |
|
|
|
Logger.info("time to load World Objects: " + (System.currentTimeMillis() - start) + " ms"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|