|
|
|
@ -309,6 +309,9 @@ public class WorldServer {
@@ -309,6 +309,9 @@ public class WorldServer {
|
|
|
|
|
Logger.info("Initializing Errant Guild"); |
|
|
|
|
Guild.getErrantGuild(); |
|
|
|
|
|
|
|
|
|
Logger.info("Loading zone template data"); |
|
|
|
|
DbManager.ZoneQueries.LOAD_ALL_ZONE_TEMPLATES(); |
|
|
|
|
|
|
|
|
|
Logger.info("Initializing PowersManager."); |
|
|
|
|
PowersManager.initPowersManager(true); |
|
|
|
|
|
|
|
|
@ -390,7 +393,7 @@ public class WorldServer {
@@ -390,7 +393,7 @@ public class WorldServer {
|
|
|
|
|
Blueprint.loadAllDoorNumbers(); |
|
|
|
|
Blueprint.loadAllBlueprints(); |
|
|
|
|
|
|
|
|
|
Logger.info("Initializing Heightmap data"); |
|
|
|
|
Logger.info("Loading Heightmap Pixel data"); |
|
|
|
|
MapLoader.loadAlHeightMaps(); |
|
|
|
|
|
|
|
|
|
Logger.info("Loading Race data"); |
|
|
|
|