ArmorSetsTable _armorSetsTable = ArmorSetsTable.getInstance();
if (!_armorSetsTable.isInitialized()) {
_log.severe("Could not find the ArmorSets files. Please Check Your Data.");
throw new Exception("Could not initialize the armorSets table");
}
events = new Events();
TradeController.getInstance();
RecipeController.getInstance();
SkillTreeTable.getInstance();
SkillSpellbookTable.getInstance();
CharTemplateTable.getInstance();