From 2f2890e5823e8f2d4f0b03a541a24e79e45186ff Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Mar 2020 18:10:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=EC=A0=84=ED=8F=AC=EA=B3=A0=EC=97=90?= =?UTF-8?q?=20=EC=A7=80=EB=8F=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/defaultSelectNationByMap.js | 4 ++++ hwe/sammo/Command/Nation/che_선전포고.php | 1 + 2 files changed, 5 insertions(+) diff --git a/hwe/js/defaultSelectNationByMap.js b/hwe/js/defaultSelectNationByMap.js index ea9c2005..14e113e6 100644 --- a/hwe/js/defaultSelectNationByMap.js +++ b/hwe/js/defaultSelectNationByMap.js @@ -6,7 +6,11 @@ $(function(){ neutralView:true, useCachedMap:true, selectCallback:function(city){ + var currVal = $target.val(); $target.val(city.nationId); + if($target.val() === null){ + $target.val(currVal); + } return false; } }); diff --git a/hwe/sammo/Command/Nation/che_선전포고.php b/hwe/sammo/Command/Nation/che_선전포고.php index f9eea96a..3ed07160 100644 --- a/hwe/sammo/Command/Nation/che_선전포고.php +++ b/hwe/sammo/Command/Nation/che_선전포고.php @@ -215,6 +215,7 @@ class che_선전포고 extends Command\NationCommand{ ob_start(); ?> +
타국에게 선전 포고합니다.
선전 포고할 국가를 목록에서 선택하세요.
고립되지 않은 아국 도시에서 인접한 국가에 선포 가능합니다.