diff --git a/hwe/sammo/Command/General/che_랜덤임관.php b/hwe/sammo/Command/General/che_랜덤임관.php index 4dea3dd5..e35548a3 100644 --- a/hwe/sammo/Command/General/che_랜덤임관.php +++ b/hwe/sammo/Command/General/che_랜덤임관.php @@ -173,11 +173,8 @@ class che_랜덤임관 extends Command\GeneralCommand } } } else { - $onlyRandom = $env['join_mode'] == 'onlyRandom'; $genLimit = GameConst::$defaultMaxGeneral; - if ($onlyRandom && TimeUtil::IsRangeMonth($env['init_year'], $env['init_month'], 1, $env['year'], $env['month'])) { - $genLimit = GameConst::$initialNationGenLimitForRandInit; - } else if ($relYear < 3) { + if ($relYear < 3) { $genLimit = GameConst::$initialNationGenLimit; } diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 594157b5..0e19bc56 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -98,9 +98,6 @@ class GameConstBase /** @var int 징병 허용 최소 인구 */ public static $minAvailableRecruitPop = 30000; - /** @var int 초기 제한시 장수 제한 */ - public static $initialNationGenLimitForRandInit = 3; - /** @var int 초기 제한시 장수 제한 */ public static $initialNationGenLimit = 10;