왕조일람 버그 수정

This commit is contained in:
2018-07-05 00:12:34 +09:00
parent aad7ddbc04
commit 51b376add2
+1 -1
View File
@@ -181,7 +181,7 @@ if($showServers){
}
if(key_exists('aux', $nation)){
$nation += $nation['aux'];
$nation += Json::decode($nation['aux']);
}
echo $templates->render('oldNation', $nation);