From a4106f62423ae9643da114b4c0e65743ca4b8eac Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 11 Jul 2023 22:00:47 +1000 Subject: [PATCH] =?UTF-8?q?game:=20=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=88=98?= =?UTF-8?q?=EB=9D=BD=EC=9D=80=20=EC=9E=AC=EC=95=BC=20=EC=83=81=ED=83=9C?= =?UTF-8?q?=EC=97=90=EC=84=9C=EB=A7=8C=20=EA=B0=80=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_등용수락.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/General/che_등용수락.php b/hwe/sammo/Command/General/che_등용수락.php index 486da3c9..959e66a0 100644 --- a/hwe/sammo/Command/General/che_등용수락.php +++ b/hwe/sammo/Command/General/che_등용수락.php @@ -77,6 +77,7 @@ class che_등용수락 extends Command\GeneralCommand{ $this->fullConditionConstraints=[ ConstraintHelper::ReqEnvValue('join_mode', '!=', 'onlyRandom', '랜덤 임관만 가능합니다'), ConstraintHelper::ExistsDestNation(), + ConstraintHelper::BeNeutral(), ConstraintHelper::AllowJoinDestNation($relYear), ConstraintHelper::ReqDestNationValue('level', '국가규모', '>', 0, '방랑군에는 임관할 수 없습니다.'), ConstraintHelper::DifferentDestNation(),