Rename and clean up MapleDataProviderFactory
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user