From eaa9e6d840d41cbd9360d2285c1d71760d3672b4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 26 Nov 2018 22:29:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=8B=9C=20=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EB=93=B1=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20=EA=B0=80?= =?UTF-8?q?=EB=A1=9C=EB=B0=94=20=EA=B8=B8=EC=9D=B4=20=EC=A4=84=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_currentCity.php | 16 ++++++++-------- hwe/func.php | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index fb0fe702..6511d610 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -79,11 +79,11 @@ if($me['level'] == 0) { echo " "; + echo "=="; } else { // 아국 도시들 선택 $query = "select city,name,nation from city where nation='{$me['nation']}'"; @@ -95,11 +95,11 @@ if($me['level'] == 0) { echo " "; + echo "=="; } // 아국 장수가 있는 타국 도시들 선택 @@ -112,11 +112,11 @@ if($me['level'] == 0) { echo " "; + echo "=="; } } @@ -144,11 +144,11 @@ if($myNation['level'] > 0) { foreach ($db->query('SELECT city,name,nation FROM city WHERE city in %li', $spyCities) as $city) { echo ""; + echo "=="; } } diff --git a/hwe/func.php b/hwe/func.php index 1648b249..a5a166bd 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -493,7 +493,7 @@ function commandTable() {