From f33fefd18850b336473358ea1d94bd9d7a45e2bb Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 01:53:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=8B=9C=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=84=B4=EC=9D=B4=204=EA=B0=9C=EB=A7=8C=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_currentCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]
";