월마다 최대 국력, 최대 병력, 최대 도시 수를 계산하는 코드 추가. ng_old_nations에도 반영
This commit is contained in:
+4
-1
@@ -224,7 +224,10 @@ if($serverID){
|
||||
else{
|
||||
$nation['generalsFull'] = [];
|
||||
}
|
||||
|
||||
|
||||
if(key_exists('aux', $nation)){
|
||||
$nation += $nation['aux'];
|
||||
}
|
||||
|
||||
echo $templates->render('oldNation', $nation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user