From af6c3f466d42c276c93c74eabdc4baa706fd2b3b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Sep 2019 02:38:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AD=ED=84=B4=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_command.php b/hwe/func_command.php index e44db0f2..9984f68c 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -561,7 +561,7 @@ function processCommand($no, $reduceTurn) { $newKillturn = $general['killturn'] - 1; } elseif($command[0] == 0) { $newKillturn = $general['killturn'] - 1; - } elseif($reduceTurn = true){ + } elseif($reduceTurn == true){ $newKillturn = $general['killturn'] - 1; } else { $newKillturn = $killturn;