diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index ca04b706..cc9c80b1 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -307,7 +307,7 @@ for($j=0; $j < $gencount; $j++) { "; $turn = getTurn($general, 1); - for($i=0; $i < 4; $i++) { + for($i=0; $i < 5; $i++) { $k = $i+1; echo "   $k : $turn[$i]
";