From 7359237da46e83dffe81fa6e0205ece02a7d4d47 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:56:55 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=AD=EB=B3=B5=20=EA=B6=8C=EA=B3=A0?= =?UTF-8?q?=EC=8B=9C=20divide=200=20=EB=82=98=EC=98=AC=20=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=9A=B0=ED=9A=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/processing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/processing.php b/hwe/processing.php index 71c900c4..ff27ec54 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -1789,7 +1789,7 @@ function command_51($turn, $command) { for($i=1; $i <= $count; $i++) { $nation = MYDB_fetch_array($result); - if($myNation['power'] / $nation['power'] <= 3 || !isClose($me['nation'], $nation['nation'])) { + if($myNation['power'] <= $nation['power'] * 3 || !isClose($me['nation'], $nation['nation'])) { echo ""; } else { echo "";