1
This commit is contained in:
parent
707dea9b00
commit
a1c99dd9ae
@ -20,6 +20,8 @@ class BattleBoxService {
|
||||
$currPhase = self::getCurrentPhase();
|
||||
$startTime = 0;
|
||||
$endTime = 0;
|
||||
|
||||
|
||||
$allocableNum = self::getDailyPhaseAllocNum($currPhase, myself()->_getNowDaySeconds());
|
||||
$alreadyAllocNum = self::getDailyPhaseAlreadyAllocNum($currPhase, myself()->_getNowDaySeconds());
|
||||
if ($allocableNum <= 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user