魂印战力修改

back_recharge
lvxinran 2020-09-07 16:23:38 +08:00
parent 324a93d144
commit 897563644f
1 changed files with 1 additions and 1 deletions

View File

@ -1552,7 +1552,7 @@ public class HeroLogic{
soulEquipByPositionMap.forEach((k,v)->{
SEquipConfig sEquipConfig = STableManager.getConfig(SEquipConfig.class).get(v);
int[][] property = sEquipConfig.getProperty();
if(property!=null&&property.length>0){
if(property!=null&&property.length>0&&property[0].length>0){
combinedAttribute(property,heroAllAttribute);
}
});