Rename and clean up MapleDataProvider

This commit is contained in:
P0nk
2021-09-09 21:51:05 +02:00
parent ae59916e98
commit 1592d3efc8
24 changed files with 58 additions and 58 deletions

View File

@@ -676,7 +676,7 @@ public class GameConstants {
}
private static int getMaxObstacleMobDamageFromWz() {
MapleDataProvider mapSource = MapleDataProviderFactory.getDataProvider(WZFiles.MAP);
DataProvider mapSource = MapleDataProviderFactory.getDataProvider(WZFiles.MAP);
int maxMobDmg = 0;
DataDirectoryEntry root = mapSource.getRoot();