관직 임명 보정

This commit is contained in:
2020-04-26 04:48:31 +09:00
parent baf4d3aa98
commit 2bb6ef8efb
2 changed files with 31 additions and 13 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ foreach ($nations as $nation) {
<td width=80 align=center id=bg1>국 력</td>
<td width=170 align=center>{$nation['power']}</td>
<td width=80 align=center id=bg1>장수 / 속령</td>
<td width=170 align=center>".count($generals)." / ".count($nation['cities'])."</td>
<td width=170 align=center>".count($generals??[])." / ".count($nation['cities']??[])."</td>
";
for($chiefLevel = 12; $chiefLevel >= 5; $chiefLevel--){
if($chiefLevel % 4 == 0){