From 9f4f7a759e15124d5703969359255ecf2c7ddc38 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 17 Jul 2022 16:38:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9B=90=EC=A1=B0=EB=A5=BC=20=EA=B0=99?= =?UTF-8?q?=EC=9D=80=20=EA=B5=AD=EA=B0=80=EB=A1=9C=20=EC=A7=80=EC=A0=95?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8A=94=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/Nation/che_물자원조.php b/hwe/sammo/Command/Nation/che_물자원조.php index bfaad9d1..f3949d83 100644 --- a/hwe/sammo/Command/Nation/che_물자원조.php +++ b/hwe/sammo/Command/Nation/che_물자원조.php @@ -111,6 +111,7 @@ class che_물자원조 extends Command\NationCommand ConstraintHelper::OccupiedCity(), ConstraintHelper::BeChief(), ConstraintHelper::SuppliedCity(), + ConstraintHelper::DifferentDestNation(), ConstraintHelper::ReqNationGold(GameConst::$basegold + (($goldAmount > 0) ? 1 : 0)), ConstraintHelper::ReqNationRice(GameConst::$baserice + (($riceAmount > 0) ? 1 : 0)), ConstraintHelper::ReqNationValue('surlimit', '외교제한', '==', 0, '외교제한중입니다.'),