修改求平均等级逻辑
parent
5bec625ba5
commit
47ac15c42f
|
@ -4351,7 +4351,7 @@ public class HeroLogic{
|
|||
if (count == 0){
|
||||
throw new ErrorCodeException(ErrorCode.SYS_ERROR_CODE);
|
||||
}
|
||||
return count/num;
|
||||
return count/averageNum;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue