Loading effect costmap data at bootsrap

This commit is contained in:
2024-04-23 14:56:30 -04:00
parent 147b9a42c4
commit bcb40fecbb
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -449,6 +449,9 @@ public class WorldServer {
Logger.info("Starting Mob Respawn Thread");
Respawner.start();
Logger.info("Loading effect cost maps");
DbManager.EffectsResourceCostsQueries.LOAD_ALL_COSTMAPS();
Logger.info("Starting ForgeManager thread");
ForgeManager.start();