bake data now loaded at bootstrap

This commit is contained in:
2023-11-05 12:45:30 -05:00
parent 9aa89a544c
commit b6ac5735c6
+3
View File
@@ -403,6 +403,9 @@ public class WorldServer {
Logger.info("Loading building slot/stuck location data."); Logger.info("Loading building slot/stuck location data.");
BuildingLocation.loadBuildingLocations(); BuildingLocation.loadBuildingLocations();
Logger.info("Loading mesh hulls.");
DbManager.BuildingQueries.LOAD_MESH_HULLS();
// Starting before loading of structures/guilds/characters // Starting before loading of structures/guilds/characters
// so the database connections are available to write // so the database connections are available to write
// historical data. // historical data.