등용장 버그 수정

등용장 초반에도 보낼 수 있도록,
리스트에서 optgroup 작성 실수
This commit is contained in:
2020-05-17 20:00:06 +09:00
parent 5ed24a98cb
commit 5a4d9ffcfc
2 changed files with 3 additions and 5 deletions
@@ -91,7 +91,6 @@ class che_등용수락 extends Command\GeneralCommand{
$this->fullConditionConstraints=[
ConstraintHelper::ReqEnvValue('join_mode', '!=', 'onlyRandom', '랜덤 임관만 가능합니다'),
ConstraintHelper::NotOpeningPart($relYear),
ConstraintHelper::ExistsDestNation(),
ConstraintHelper::AllowJoinDestNation($relYear),
ConstraintHelper::ReqDestNationValue('level', '국가규모', '>', 0, '방랑군에는 임관할 수 없습니다.'),