From 2f2062c9e5a0c09cb7c63134dc4bb83b67d51291 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 26 Sep 2019 18:42:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=9C=EC=9E=84=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=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_personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index d8f115b4..03c965d0 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -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);