From 2d56f33b609ebaead5a6f4e1a9e5d676525f73ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 16:41:41 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=92=20=EC=8B=A4=EC=88=98=20=EC=88=98?= =?UTF-8?q?=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 e8eb7b28..ac427339 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -322,7 +322,7 @@ function process_29(&$general) { $found_prop_small = 1 / ($total_npc_cnt / 3 + 1); $found_prop_big = 1 / $max_gen_cnt; - if($total_npc_cnt < 30){ + if($total_npc_cnt < 50){ $found_prop = max($found_prop_main, $found_prop_small); } else{