방랑군 warning
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ for($i=0; $i < $nationCount; $i++) {
|
||||
<td align=right> {$nation['dex5']} </td>
|
||||
<td align=right> {$gen['crew']}/{$gen['leadership']}00 </td>
|
||||
<td align=center> {$city['pop']}/{$city['pop_max']} </td>
|
||||
<td align=center> ".sprintf('%.1f',$city['pop']/$city['pop_max']*100)."% </td>
|
||||
<td align=center> ".sprintf('%.1f',$city['pop']/Util::valueFit($city['pop_max'],1)*100)."% </td>
|
||||
<td align=center> {$city['agri']}% </td>
|
||||
<td align=center> {$city['comm']}% </td>
|
||||
<td align=center> {$city['secu']}% </td>
|
||||
|
||||
+1
-1
@@ -97,7 +97,7 @@ $dipStateList = Util::convertArrayToDict($db->query('SELECT you,state,term FROM
|
||||
foreach(getAllNationStaticInfo() as $staticNation):
|
||||
//속령수
|
||||
$staticNationID = $staticNation['nation'];
|
||||
$cityCnt = $cityCntList[$staticNation['nation']];
|
||||
$cityCnt = $cityCntList[$staticNation['nation']]??0;
|
||||
|
||||
$dipStateText = '-';
|
||||
$dipTermText = '-';
|
||||
|
||||
Reference in New Issue
Block a user