월마다 최대 국력, 최대 병력, 최대 도시 수를 계산하는 코드 추가. ng_old_nations에도 반영

This commit is contained in:
2018-07-03 20:43:14 +09:00
parent 3e5262d7a3
commit 540c31903c
5 changed files with 60 additions and 32 deletions
+4 -1
View File
@@ -224,7 +224,10 @@ if($serverID){
else{
$nation['generalsFull'] = [];
}
if(key_exists('aux', $nation)){
$nation += $nation['aux'];
}
echo $templates->render('oldNation', $nation);
}