Populate zone extents cache.
This commit is contained in:
@@ -305,9 +305,12 @@ public class WorldServer {
|
|||||||
PowersManager.LoadAllMobPowers();
|
PowersManager.LoadAllMobPowers();
|
||||||
|
|
||||||
//load item enchantment values
|
//load item enchantment values
|
||||||
|
Logger.info("Loading item enchants");
|
||||||
DbManager.LootQueries.LOAD_ENCHANT_VALUES();
|
DbManager.LootQueries.LOAD_ENCHANT_VALUES();
|
||||||
|
|
||||||
//initialize realms
|
Logger.info("Loading zone extent cache");
|
||||||
|
DbManager.ZoneQueries.LOAD_ZONE_EXTENTS();
|
||||||
|
|
||||||
Logger.info("Loading Realms");
|
Logger.info("Loading Realms");
|
||||||
Realm.loadAllRealms();
|
Realm.loadAllRealms();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user