From 7f7afec29e3c2f0ecb1cab43d1b18365e9e39368 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Oct 2024 15:29:22 +0800 Subject: [PATCH] 1 --- webapp/services/BattleBoxService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/BattleBoxService.php b/webapp/services/BattleBoxService.php index 00653b39..c2a22d76 100644 --- a/webapp/services/BattleBoxService.php +++ b/webapp/services/BattleBoxService.php @@ -11,7 +11,7 @@ class BattleBoxService { const DAILY_PHASE_ALLOC_NUM_KEY = ':'; const DAILY_PHASE_ALREADY_ALLOC_NUM_KEY = ':'; - public static function allocBox() + public static function allocBox($roomUuid) { if (!myself()->_switchIsOpen('bigEventBoxDrop')) { return 0;