v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit a086cab252 - Show all commits
+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) {