v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
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) {