修改最小值
parent
dd6b800ecb
commit
b20567f328
|
@ -112,7 +112,7 @@ public class CheckFight {
|
|||
if(tolong>0){
|
||||
resultCache[i+1]= Math.min(Long.MAX_VALUE,tolong);
|
||||
}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();
|
||||
LOGGER.info(i+" --> 单位剩余血量 : "+ resultCache[i+1]);
|
||||
|
|
Loading…
Reference in New Issue