From 59922480fad0d6a5ddac5fe0db90cbc7676e9172 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 00:41:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=9E=85=20=EA=B8=88=EC=A7=80?= =?UTF-8?q?=EC=8B=9C=EC=97=90=EB=8A=94=20=EC=9D=B8=ED=83=90=20=ED=99=95?= =?UTF-8?q?=EB=A5=A0=20=EB=B3=B4=EC=A0=95=20=EC=97=86=EC=9D=8C?= 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 eec0ddaf..f714c506 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -318,7 +318,7 @@ function process_29(&$general) { $curr_cnt = Util::toInt($total_gen_cnt + $total_npc_cnt / 2); $remain_slot = $max_gen_cnt - $curr_cnt; - if($npc_cnt < 2){ + if($nation['scout'] == 0 && $npc_cnt < 2){ $found_prop = 1 / ($npc_cnt + 1); } else{