From 3f145abd6f66f68ae8ea4e7100ab320e509a8dbb Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Sep 2019 17:39:13 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=ED=9B=88=EC=82=AC=20=EA=B8=B0?= =?UTF-8?q?=EC=A4=80=EC=9D=84=20=EC=A7=95=EB=B3=91=206=ED=9A=8C=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 93d201de..b5c17219 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -248,7 +248,7 @@ function SetCrew($no, $nationID, $personal, $gold, $leader, $genType, $tech, $de $crew = intdiv($gold, $cost); if($leader < $crew) { $crew = $leader; } - if($allowedAction->recruit_high && $crew * $cost * 8 < $gold){ + if($allowedAction->recruit_high && $crew * $cost * 6 < $gold){ $command = EncodeCommand(0, $type, $crew, 12); } else{