서버 오픈시 천통국 체크가 이상한 버그 수정

This commit is contained in:
2018-06-27 03:04:54 +09:00
parent 2059797904
commit 378075955a
+3
View File
@@ -1200,6 +1200,9 @@ function checkEmperior() {
$nation = MYDB_fetch_array($result);
$count = $db->queryFirstField('SELECT count(city) WHERE nation=%i', $nation['nation']);
if(!$count){
return;
}
$allcount = $db->queryFirstField('SELECT count(city) FROM city');
if ($count != $allcount) {