1
This commit is contained in:
parent
befc76d16b
commit
217fd6f543
@ -90,7 +90,7 @@ class BattleBoxService {
|
||||
//没掉完
|
||||
$completionDegree = $yesterDayDropTotal / $yesterDayAllocNum;
|
||||
}
|
||||
$allocableNum = min($maxNumLimit, $maxNum * $completionDegree);
|
||||
$allocableNum = min($maxNumLimit, $yesterDayAllocNum * $completionDegree);
|
||||
}
|
||||
if ($allocableNum > 0) {
|
||||
self::setDailyPhaseAllocNum($currPhase, myself()->_getNowDaySeconds(), $allocableNum);
|
||||
|
Loading…
x
Reference in New Issue
Block a user