extra add
parent
c20d6e97c5
commit
5d79d6ac4d
|
@ -40,7 +40,6 @@ public class SDifferDemonsComonpentsConfig implements BaseConfig {
|
|||
extraAddMapTmp.put(comonpentsId,new HashMap<>());
|
||||
}
|
||||
int[][] extraAdd = sDifferDemonsComonpentsConfig.getExtraAdd();
|
||||
if(extraAdd!=null&&extraAdd.length>0){
|
||||
Map<Integer, Map<Integer, Integer>> extraMapTmpInfo = extraAddMapTmp.get(comonpentsId);
|
||||
for(int [] extraItem : extraAdd){
|
||||
int profession = extraItem[0];
|
||||
|
@ -52,7 +51,6 @@ public class SDifferDemonsComonpentsConfig implements BaseConfig {
|
|||
extraMapTmpInfo.get(profession).put(propertyId,propertyValue);
|
||||
}
|
||||
sDifferDemonsComonpentsConfig.setExtraAddMap(new HashMap<>(extraMapTmpInfo));
|
||||
}
|
||||
sDifferDemonsComonpentsConfigTmp.get(comonpentsId).put(stage,sDifferDemonsComonpentsConfig);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue