랜임코드 버그 수정

This commit is contained in:
2019-09-26 18:42:51 +09:00
parent 1dcace7a62
commit 2f2062c9e5
+1 -1
View File
@@ -199,7 +199,7 @@ function process_25(&$general) {
if($type >= 98 && $genLimit == GameConst::$initialNationGenLimitForRandInit){
//랜덤 모드, 초기화시에는 랜덤 임관을 대신 한턴 더 넣어준다.
$db->update('general', [
'turn1'=>EncodeCommand(0, 0, $type, 25),
'turn1'=>EncodeCommand(0, $type, 0, 25),
], '`no` = %i', $general['no']);
pushGenLog($general, $log);
process_42($general);