forked from MagicBane/Server
Refactor towards new bootstrap system.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user