From 3a03526fbf706ecfec76a77ab892610b0df1e195 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Oct 2024 15:28:57 +0800 Subject: [PATCH] 1 --- webapp/services/BattleBoxService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/services/BattleBoxService.php b/webapp/services/BattleBoxService.php index 4264bc29..00653b39 100644 --- a/webapp/services/BattleBoxService.php +++ b/webapp/services/BattleBoxService.php @@ -41,6 +41,7 @@ class BattleBoxService { 'modifytime' => myself()->_getNowTime(), ) ); + self::incAlreadyAllocNum($currPhase, myself()->_getNowDaySeconds(), $boxNum); } return $boxNum; }