From 760cb97db4f4e791e2d08a4cf6b27ab32019d910 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 06:12:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=ED=83=90=20=EA=B0=80=EC=86=8D=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EA=B0=95=ED=99=94?= 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 14eb6954..17a39c80 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($nation['scout'] == 0 && $npc_cnt < 2){ + if($total_npc_cnt < 20 && $nation['scout'] == 0 && $npc_cnt < 2){ $found_prop = 1 / ($npc_cnt + 1); } else{