修改最小值

duhui 2021-05-20 11:20:21 +08:00
parent dd6b800ecb
commit b20567f328
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class CheckFight {
if(tolong>0){ if(tolong>0){
resultCache[i+1]= Math.min(Long.MAX_VALUE,tolong); resultCache[i+1]= Math.min(Long.MAX_VALUE,tolong);
}else { }else {
resultCache[i+1]= Math.max(Long.Min_VALUE,tolong); resultCache[i+1]= Math.max(Long.MIN_VALUE,tolong);
} }
resultCache[i+1] = (long) result.rawget(i).toint(); resultCache[i+1] = (long) result.rawget(i).toint();
LOGGER.info(i+" --> 单位剩余血量 : "+ resultCache[i+1]); LOGGER.info(i+" --> 单位剩余血量 : "+ resultCache[i+1]);