From 0611551dc062d906aba8ac8b15e9736acce28bc7 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Aug 2022 02:46:44 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=9D=98=EB=B3=91=EB=AA=A8=EC=A7=91=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=EB=9F=89=20=EB=B3=80=EA=B2=BD=20-=203=20+=20?= =?UTF-8?q?=EC=97=B0=EA=B0=90=20=EA=B8=B0=EC=A4=80=20=ED=8F=89=EA=B7=A0=20?= =?UTF-8?q?=EC=9E=A5=EC=88=98=EC=88=98=20/=208=20(=EB=B0=98=EC=98=AC?= =?UTF-8?q?=EB=A6=BC)=20-=20=EA=B5=AD=EA=B0=80=EB=B3=84=20=EC=9E=A5?= =?UTF-8?q?=EC=88=98=EC=88=98=EA=B0=80=20=ED=8F=89=EA=B7=A0=2080=EB=AA=85?= =?UTF-8?q?=EB=B6=80=ED=84=B0=20=EC=97=AD=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_의병모집.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_의병모집.php b/hwe/sammo/Command/Nation/che_의병모집.php index 71590f97..94f0e2f9 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -131,7 +131,7 @@ class che_의병모집 extends Command\NationCommand $gameStor = KVStorage::getStorage($db, 'game_env'); //TODO: 차라리 env가 이거여야..? $avgGenCnt = $db->queryFirstField('SELECT avg(gennum) FROM nation WHERE level > 0'); - $createGenCnt = 5 + Util::round($avgGenCnt / 10); + $createGenCnt = 3 + Util::round($avgGenCnt / 8); $createGenIdx = $gameStor->npccount + 1; $lastCreatGenIdx = $createGenIdx + $createGenCnt;