forked from MagicBane/Server
bake data now loaded at bootstrap
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user