NpcTable.getInstance();
if (!NpcTable.isInitialized()) {
_log.severe("Could not find the extraced files. Please Check Your Data.");
throw new Exception("Could not initialize the npc table");
}
HennaTable _hennaTable = HennaTable.getInstance();
if (!_hennaTable.isInitialized()) {
throw new Exception("Could not initialize the Henna Table");
}
HennaTreeTable.getInstance();
if (!_hennaTable.isInitialized()) {
throw new Exception("Could not initialize the Henna Tree Table");
}
LevelUpTable.getInstance();
GeoEngine.loadGeo();
DoorTable.getInstance();