왕조일람 버그 수정

This commit is contained in:
2018-07-05 00:12:34 +09:00
parent 41f7ad8d75
commit bcbd6dc4db
+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);