버그 수정

This commit is contained in:
2020-04-27 00:30:48 +09:00
parent 34a863a6ea
commit ad8acaf296
33 changed files with 77 additions and 36 deletions
+1
View File
@@ -17,6 +17,7 @@ function getAutorunInfo($autorunOption){
case 'recruit_high': $auto_info['징병'] = '모병'; break;
case 'train': $auto_info['훈사'] = '훈련/사기진작'; break;
case 'battle': $auto_info['출병'] = '출병'; break;
case 'chief': $auto_info['사령턴'] = '사령턴'; break;
}
}
$limit = Util::toInt($autorunOption['limit_minutes']);