From 5bfef1be3229bca3a0d379e5032d5217408a4c15 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 7 Sep 2018 02:04:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=B4=EC=98=81=EC=9E=90=20=EC=B0=AC?= =?UTF-8?q?=EC=8A=A42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_currentCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index 7236d3eb..d2b437c7 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -262,7 +262,7 @@ for($j=0; $j < $gencount; $j++) { $nation = $general['nation']; $nationName = $nationInfo['name']; - if($ourGeneral && !$isNPC){ + if(($ourGeneral || $userGrade == 6) && !$isNPC){ $turnText = []; foreach(getTurn($general, 1) as $turnRawIdx=>$turn){ $turnIdx = $turnRawIdx+1;