光环修改

back_recharge
lvxinran 2020-04-17 14:09:23 +08:00
parent 400a23e82f
commit 387a64ec88
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ public class CombatLogic {
if(entry.getValue().getType().length!=normalProperties.length){
continue;
}
for(int i = 0 ; i<normalProperties.length;){
for(int i = 0 ; i<normalProperties.length;i++){
if(normalProperties[i]<entry.getValue().getType()[i]){
continue outer;
}