From 1ab7b5788579a9e414c476cad4296bf5ec72c703 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 01:40:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=99=EB=A0=A8=20=EB=8B=A8=EB=A0=A8=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=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/func_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process.php b/hwe/func_process.php index 0b91c39a..d4c55c40 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -1821,7 +1821,7 @@ function process_41(&$general) { } elseif($crewexp == 0) { $log[] = "●{$admin['month']}월:병사가 모자랍니다. 단련 실패. <1>$date"; } else { - $type = intdiv($general['crewtype'], 10) * 10; + $type = intdiv($general['crewtype'], 10); switch($type) { case 0: $crewstr = '보병'; break; case 1: $crewstr = '궁병'; break;