光环修改
parent
400a23e82f
commit
387a64ec88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue