魂印战力修改
parent
324a93d144
commit
897563644f
|
@ -1552,7 +1552,7 @@ public class HeroLogic{
|
||||||
soulEquipByPositionMap.forEach((k,v)->{
|
soulEquipByPositionMap.forEach((k,v)->{
|
||||||
SEquipConfig sEquipConfig = STableManager.getConfig(SEquipConfig.class).get(v);
|
SEquipConfig sEquipConfig = STableManager.getConfig(SEquipConfig.class).get(v);
|
||||||
int[][] property = sEquipConfig.getProperty();
|
int[][] property = sEquipConfig.getProperty();
|
||||||
if(property!=null&&property.length>0){
|
if(property!=null&&property.length>0&&property[0].length>0){
|
||||||
combinedAttribute(property,heroAllAttribute);
|
combinedAttribute(property,heroAllAttribute);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue