This commit is contained in:
2018-01-16 04:19:20 +09:00
parent c001179088
commit 131c5319ec
35 changed files with 253 additions and 253 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ for($i=0; $i < $nationcount; $i++) {
$nationcolor[$nation['nation']] = $nation['color'];
$nationStr .= "<font color=cyan>◆</font> <font style=color:".newColor($nation['color']).";background-color:$nation['color'];>{$nation['name']}</font><br>";
$powerStr .= "국력 $nation['power']<br>";
$genStr .= "장수 $nation['gennum']<br>";
$powerStr .= "국력 {$nation['power']}<br>";
$genStr .= "장수 {$nation['gennum']}<br>";
$cityStr .= "속령 $citycount<br>";
}