From 82635727c4d665ad5078e9eae550ea49171007aa Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 1 Feb 2018 00:01:10 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=82=B4=20=ED=99=95=EB=A5=A0=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 --- che_close/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che_close/process_war.php b/che_close/process_war.php index 986e764..7c842fa 100644 --- a/che_close/process_war.php +++ b/che_close/process_war.php @@ -1472,8 +1472,8 @@ function CriticalRatio3($leader, $power, $intel, $crewtype) { if ($crewtype >= 3) { $ratio /= 2; } - $ratio = round($ratio); + $ratio = round($ratio); $ratio += 5; if($ratio > 50) $ratio = 50;