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);