fix: n차 혼합 베팅 보상 수령이 하나만 되는 버그 수정

This commit is contained in:
2022-02-05 07:43:28 +00:00
committed by Gitea
parent 6650cd2e41
commit 5b58e2efa5
4 changed files with 82 additions and 32 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class OpenNationBetting extends \sammo\Event\Action
$bettingInfo = new BettingInfo(
id: $bettingID,
type: 'bettingNation',
name: "[{$year}{$month}월] {$name} 예상 베팅",
name: "{$name} 예상",
finished: false,
selectCnt: $this->nationCnt,
reqInheritancePoint: true,