diff --git a/webapp/services/BattleBoxService.php b/webapp/services/BattleBoxService.php index 37887e6e..8d2af4c1 100644 --- a/webapp/services/BattleBoxService.php +++ b/webapp/services/BattleBoxService.php @@ -113,7 +113,7 @@ class BattleBoxService { array( 'room_uuid' => $roomUuid, 'account_id' => myself()->_getAccountId(), - 'phase' => $phase, + 'phase' => $currPhase, 'box_num' => $boxNum, 'createtime' => myself()->_getNowTime(), 'modifytime' => myself()->_getNowTime(),