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;