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);