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, '전략기한이 남았습니다.') ]; }