This commit is contained in:
aozhiwei 2024-10-08 15:29:22 +08:00
parent 3a03526fbf
commit 7f7afec29e

View File

@ -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;