Rename and clean up MapleDataDirectoryEntry

This commit is contained in:
P0nk
2021-09-09 21:49:08 +02:00
parent 2281aec440
commit f3cae06288
9 changed files with 22 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ public class SkillFactory {
public static void loadAllSkills() {
final Map<Integer, Skill> loadedSkills = new HashMap<>();
final MapleDataDirectoryEntry root = datasource.getRoot();
final DataDirectoryEntry root = datasource.getRoot();
for (MapleDataFileEntry topDir : root.getFiles()) { // Loop thru jobs
if (topDir.getName().length() <= 8) {
for (Data data : datasource.getData(topDir.getName())) { // Loop thru each jobs