|
|
|
@ -388,10 +388,15 @@ public class WorldServer {
@@ -388,10 +388,15 @@ public class WorldServer {
|
|
|
|
|
|
|
|
|
|
long start = System.currentTimeMillis(); |
|
|
|
|
|
|
|
|
|
Logger.info("Loading all Zones"); |
|
|
|
|
DbManager.ZoneQueries.GET_ALL_ZONES(); |
|
|
|
|
Logger.info("Loading all Buildings"); |
|
|
|
|
DbManager.BuildingQueries.GET_ALL_BUILDINGS(); |
|
|
|
|
Logger.info("Loading all Cities"); |
|
|
|
|
DbManager.CityQueries.GET_ALL_CITIES(); |
|
|
|
|
Logger.info("Loading all NPCs"); |
|
|
|
|
DbManager.NPCQueries.GET_ALL_NPCS(); |
|
|
|
|
Logger.info("Loading all Mobiles"); |
|
|
|
|
DbManager.MobQueries.GET_ALL_MOBS(); |
|
|
|
|
|
|
|
|
|
Logger.info("time to load World Objects: " + (System.currentTimeMillis() - start) + " ms"); |
|
|
|
|