From bcbd6dc4dbebcd9e42c18df1577b2ee23efebd83 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 5 Jul 2018 00:12:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=95=EC=A1=B0=EC=9D=BC=EB=9E=8C=20?= =?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/a_emperior_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/a_emperior_detail.php b/hwe/a_emperior_detail.php index df9d6bc4..e290ab11 100644 --- a/hwe/a_emperior_detail.php +++ b/hwe/a_emperior_detail.php @@ -181,7 +181,7 @@ if($showServers){ } if(key_exists('aux', $nation)){ - $nation += $nation['aux']; + $nation += Json::decode($nation['aux']); } echo $templates->render('oldNation', $nation);