숙련 단련 로그 버그 수정

This commit is contained in:
2018-04-19 01:40:20 +09:00
parent 07130e6022
commit 1ab7b57885
+1 -1
View File
@@ -1821,7 +1821,7 @@ function process_41(&$general) {
} elseif($crewexp == 0) {
$log[] = "<C>●</>{$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;