From 2785ca9f312dfae5db10c490154d2382a5d327da Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 5 Mar 2019 02:32:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=9C=ED=86=B5=20=EC=8B=9C=EC=97=90?= =?UTF-8?q?=EB=8A=94=20=EA=B3=84=EB=9E=B5=20=EB=AA=85=EC=9E=A5=EC=9D=B4=20?= =?UTF-8?q?=EB=B3=B4=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_bestGeneral.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwe/a_bestGeneral.php b/hwe/a_bestGeneral.php index 6211d11b..095bcd0f 100644 --- a/hwe/a_bestGeneral.php +++ b/hwe/a_bestGeneral.php @@ -66,8 +66,11 @@ foreach (getAllNationStaticInfo() as $nation) { $types = [ ["명 성", "int", function($v){$v['value'] = $v['experience']; return $v; }], ["계 급", "int", function($v){$v['value'] = $v['dedication']; return $v; }], - ["계 략 성 공", "int", function($v){ + ["계 략 성 공", "int", function($v) use ($gameStor){ $v['value'] = $v['firenum']; + if($gameStor->isunited){ + return $v; + } $v['nationName'] = '???'; $v['pictureFullPath'] = GetImageURL(0)."/default.jpg"; $v['name'] = '???';