From 70265c55efbba7a545f47c4de82f30948727ff0d Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 25 Oct 2018 01:21:52 +0900 Subject: [PATCH] =?UTF-8?q?3=EC=9D=B8=20=EC=9E=84=EA=B4=80=20=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=EC=8B=9C=20=EA=B2=AC=EB=AC=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_personnel.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index 2ffbfe02..554fb9de 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -187,6 +187,9 @@ function process_25(&$general) { $db->update('general', [ 'turn1'=>EncodeCommand(0, 0, $where, 25), ], '`no` = %i', $general['no']); + pushGenLog($general, $log); + process_42($general); + return; } } elseif($general['nation'] != 0) { $log[] = "●{$admin['month']}월:재야가 아닙니다. 임관 실패. <1>$date";