This commit is contained in:
aozhiwei 2024-10-09 15:59:50 +08:00
parent befc76d16b
commit 217fd6f543

View File

@ -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);