From 2c382da773d6d982ca1eb6194972896082dccc11 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 22:05:58 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EB=8C=80=EA=B0=80=20=EC=97=86?= =?UTF-8?q?=EB=8D=94=EB=9D=BC=EB=8F=84=20=EB=B6=80=EB=8C=80=20=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=EB=B2=84=ED=8A=BC=EC=9D=B4=20=EB=9C=A8=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_troop.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hwe/b_troop.php b/hwe/b_troop.php index 91fbe6e7..ab2a0016 100644 --- a/hwe/b_troop.php +++ b/hwe/b_troop.php @@ -123,7 +123,9 @@ for($i=0; $i < $troopcount; $i++) { } } -if($me['troop'] == 0) { +if ($troopcount == 0) { +} +else if($me['troop'] == 0) { echo" "; } else {