1
This commit is contained in:
parent
209b7ba3ff
commit
8ac3cd2786
@ -92,9 +92,11 @@ class BattleBoxService {
|
||||
}
|
||||
$allocableNum = min($maxNumLimit, $maxNum * $completionDegree);
|
||||
}
|
||||
if ($allocableNum) {
|
||||
if ($allocableNum > 0) {
|
||||
self::setDailyPhaseAllocNum($currPhase, myself()->_getNowDaySeconds(), $allocableNum);
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
if ($allocableNum > 0) {
|
||||
$lstVal = mt\Parameter::getListValue('battle_event_loot_per_game');
|
||||
|
Loading…
x
Reference in New Issue
Block a user