왕조일람 국가 타입 버그 수정

This commit is contained in:
2020-05-20 01:35:11 +09:00
parent e460392368
commit 88fd94e1cc
-1
View File
@@ -1037,7 +1037,6 @@ function checkEmperior()
}
$gen = join(', ', array_column($rawGeneral, 'name'));
$nation['type'] = getNationType($nation['type']);
$stat = $db->queryFirstRow('SELECT max(nation_count) as nc, max(gen_count) as gc FROM statistic');
$genCnt = $db->queryFirstField('SELECT count(*) FROM general');