From b809a577ffd8433b40f5310c397444b87b46f590 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 8 Apr 2019 01:45:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=ED=83=90=20=EC=A1=B0=EA=B1=B4?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=B0=A9=EB=9E=91=EA=B5=B0=EC=9D=80=20?= =?UTF-8?q?=EB=8B=A4=EC=8B=9C=20=EB=B6=88=EA=B0=80=EB=8A=A5=ED=95=98?= =?UTF-8?q?=EA=B2=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_personnel.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index 270a7f42..9899edbb 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -299,6 +299,8 @@ function process_29(&$general) { $josaUn = JosaUtil::pick($nation['name'], '은'); if($general['level'] == 0) { $log[] = "●{$admin['month']}월:재야입니다. 인재탐색 실패. <1>$date"; + } elseif($nation['level'] <= 0) { + $log[] = "●{$admin['month']}월:방랑군입니다. 인재탐색 실패. <1>$date"; } elseif($general['gold'] < $admin['develcost']) { $log[] = "●{$admin['month']}월:자금이 모자랍니다. 인재탐색 실패. <1>$date"; } else { @@ -367,9 +369,6 @@ function process_29(&$general) { if($nation['scout'] != 0){ $no_scout = true; } - else if($nation['level'] <= 0){ - $no_scout = true; - } else if($admin['year'] < $admin['startyear']+3 && $nation['gennum'] >= GameConst::$initialNationGenLimit){ $no_scout = true; }