1
This commit is contained in:
parent
2f1028cabe
commit
894b0f54ac
@ -97,6 +97,7 @@ class BattleBoxService {
|
||||
$completionDegree = $yesterDayDropTotal / $yesterDayAllocNum;
|
||||
}
|
||||
$allocableNum = min($maxNumLimit, $yesterDayAllocNum * $completionDegree);
|
||||
$allocableNum = max(300, $allocableNum);
|
||||
if ($allocableNum <= 0) {
|
||||
$allocableNum = $yesterDayAllocNum;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user