v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit 0f4b97daf8 - Show all commits
+1 -1
View File
@@ -1199,7 +1199,7 @@ function checkEmperior() {
$nation = MYDB_fetch_array($result);
$count = $db->queryFirstField('SELECT count(city) WHERE nation=%i', $nation['nation']);
$count = $db->queryFirstField('SELECT count(city) FROM city WHERE nation=%i', $nation['nation']);
if(!$count){
return;
}