From da91d66179a516ea4f97feb7fdd639bc133f36c7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 24 Mar 2022 10:59:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=EA=B0=80=EC=B9=A8=EC=A0=9C?= =?UTF-8?q?=EC=9D=98=EB=A5=BC=20=EC=9B=90=EB=9E=98=20=EC=9D=98=EB=8F=84?= =?UTF-8?q?=EB=8C=80=EB=A1=9C=206=EA=B0=9C=EC=9B=94=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_불가침제의.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/Command/Nation/che_불가침제의.php b/hwe/sammo/Command/Nation/che_불가침제의.php index 859dfbb3..c2468f4b 100644 --- a/hwe/sammo/Command/Nation/che_불가침제의.php +++ b/hwe/sammo/Command/Nation/che_불가침제의.php @@ -101,13 +101,13 @@ class che_불가침제의 extends Command\NationCommand $nationID = $this->nation['nation']; - if ($reqMonth < $currentMonth + 12) { + if ($reqMonth < $currentMonth + 6) { $this->permissionConstraints = [ - ConstraintHelper::AlwaysFail('기한은 1년 이상이어야 합니다.') + ConstraintHelper::AlwaysFail('기한은 6개월 이상이어야 합니다.') ]; $this->fullConditionConstraints = [ - ConstraintHelper::AlwaysFail('기한은 1년 이상이어야 합니다.') + ConstraintHelper::AlwaysFail('기한은 6개월 이상이어야 합니다.') ]; return; }