Sync with L2jServer HighFive Oct 22nd 2015.
This commit is contained in:
@@ -199,10 +199,13 @@ public final class GameServer
|
||||
SecondaryAuthData.getInstance();
|
||||
AbilityPointsData.getInstance();
|
||||
|
||||
printSection("Skills");
|
||||
printSection("Effects");
|
||||
EffectHandler.getInstance().executeScript();
|
||||
printSection("Enchant Skill Groups");
|
||||
EnchantSkillGroupsData.getInstance();
|
||||
printSection("Skill Trees");
|
||||
SkillTreesData.getInstance();
|
||||
printSection("Skills");
|
||||
SkillData.getInstance();
|
||||
SummonSkillsTable.getInstance();
|
||||
|
||||
@@ -288,18 +291,16 @@ public final class GameServer
|
||||
StaticObjectData.getInstance();
|
||||
ZoneManager.getInstance();
|
||||
DoorData.getInstance();
|
||||
if (!Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
ItemAuctionManager.getInstance();
|
||||
}
|
||||
CastleManager.getInstance().loadInstances();
|
||||
NpcBufferTable.getInstance();
|
||||
GrandBossManager.getInstance().initZones();
|
||||
EventDroplist.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
if (!Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
printSection("Auction Manager");
|
||||
ItemAuctionManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
}
|
||||
Hero.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user