From e4c1e414c846990b07edda5fed349e1821e87ae6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 27 Sep 2018 16:27:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=8B=A4=20=EB=AA=A8=EB=93=9C=20?= =?UTF-8?q?=EB=9E=9C=EC=9E=84=20=EC=BD=94=EB=93=9C=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=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 edfe4221..48226321 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -84,7 +84,7 @@ function process_25(&$general) { $joinedNations = Json::decode($general['nations']); // 랜덤임관인 경우 - if($general['npc'] > 2 && $where >= 98 && ($admin['scenario'] < 100 || $admin['scenario'] >= 2000 || !$admin['fiction'])){ + if($general['npc'] >= 2 && $where >= 98 && !$admin['fiction']){ //'사실' 모드에서는 '성향'에 우선을 두되, 장수수, 랜덤에 비중을 둠 $nations = $db->query( 'SELECT nation.`name` as `name`,nation.nation as nation,scout,nation.`level` as `level`,gennum,`affinity` FROM nation join general on general.nation = nation.nation and general.level = 12 WHERE nation.nation not in %li and gennum < %i and scout = 0',