From 3d6b99c004295efc9ed5ea387a6ed32da7697cd9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 12 Mar 2020 22:02:50 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=82=AC=EC=A6=89=EC=83=9D=20?= =?UTF-8?q?=EB=94=94=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_필사즉생.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/Command/Nation/che_필사즉생.php b/hwe/sammo/Command/Nation/che_필사즉생.php index 09c23b58..0656dd5a 100644 --- a/hwe/sammo/Command/Nation/che_필사즉생.php +++ b/hwe/sammo/Command/Nation/che_필사즉생.php @@ -45,9 +45,9 @@ class che_필사즉생 extends Command\NationCommand{ $this->runnableConstraints=[ ConstraintHelper::OccupiedCity(), ConstraintHelper::BeChief(), - /*ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [ + ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [ 0 - ], '전쟁중이 아닙니다.'),*/ + ], '전쟁중이 아닙니다.'), ConstraintHelper::ReqNationValue('strategic_cmd_limit', '전략기한', '==', 0, '전략기한이 남았습니다.') ]; }