From 0c4f04cc1f374e85252431d6b3a518281ed9d72e Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 3 May 2019 03:28:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EA=B8=B0=EC=97=B0=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index f6094318..722cc7ac 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -353,7 +353,7 @@ function preUpdateMonthly() { floor($relYear / 5) + 1, 1, GameConst::$maxTechLevel - ); + ) * 1000; foreach($db->queryAllLists('SELECT count(no), nation FROM general GROUP BY nation') as [$genCnt, $nationID]){ $genCnt = Util::valueFit($genCnt, GameConst::$initialNationGenLimit);