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

This commit is contained in:
2022-02-05 02:56:45 +09:00
parent 9fedb51745
commit e0bbe313a2
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,