From 3a472506cf03f6044fca6e0ce37a67ef389116f6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 13 Apr 2018 01:35:47 +0900 Subject: [PATCH] =?UTF-8?q?=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/b_currentCity.php | 77 +++++++++++++++++++++---------------------- hwe/b_genList.php | 5 ++- hwe/func_command.php | 2 +- hwe/process_war.php | 9 +---- 4 files changed, 43 insertions(+), 50 deletions(-) diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index f3837237..bbe29353 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -3,6 +3,9 @@ namespace sammo; include "lib.php"; include "func.php"; + +$citylist = Util::getReq('citylist', 'int'); + //로그인 검사 $session = Session::requireGameLogin()->setReadOnly(); $userID = Session::getUserID(); @@ -42,7 +45,9 @@ $myNation = MYDB_fetch_array($result);
도시선택 :