|
@@ -247,6 +247,7 @@ public class GameServer
|
|
|
CharSummonTable.getInstance().init();
|
|
|
|
|
|
printSection("Clans");
|
|
|
+ CrestCache.getInstance(); // Must be initialized before ClanTable!
|
|
|
ClanTable.getInstance();
|
|
|
CHSiegeManager.getInstance();
|
|
|
ClanHallManager.getInstance();
|
|
@@ -293,7 +294,6 @@ public class GameServer
|
|
|
// Call to load caches
|
|
|
printSection("Cache");
|
|
|
HtmCache.getInstance();
|
|
|
- CrestCache.getInstance();
|
|
|
TeleportLocationTable.getInstance();
|
|
|
UITable.getInstance();
|
|
|
PartyMatchWaitingList.getInstance();
|