v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
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;
}