자동 기연 버그 수정

This commit is contained in:
2019-05-03 03:28:05 +09:00
parent 9afeb488db
commit 0c4f04cc1f
+1 -1
View File
@@ -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);