Rename and clean up MapleDataProviderFactory

This commit is contained in:
P0nk
2021-09-09 21:51:34 +02:00
parent 1592d3efc8
commit 5089f23f79
26 changed files with 61 additions and 61 deletions

View File

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