From 3b4b2383a82de3767dde29cab6c5f00a552af41f Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 04:50:17 +0900 Subject: [PATCH] =?UTF-8?q?$me=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process.php b/hwe/func_process.php index 6a052d1d..4247615d 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -952,7 +952,7 @@ function process_11(&$general, $type) { $ownCities = []; $ownRegions = []; - foreach($db->queryFirstColumn('SELECT city FROM city WHERE nation = %i', $me['nation']) as $ownCity){ + foreach($db->queryFirstColumn('SELECT city FROM city WHERE nation = %i', $general['nation']) as $ownCity){ $ownCities[$ownCity] = 1; $ownRegions[CityConst::byId($ownCity)->region] = 1; }