왕조일람 국가 타입 버그 수정
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user