From 47005483cd2f34cfec3cb39f9f37651e385eaad0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 27 Jun 2018 03:05:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 80ec2c3f..c8a19703 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -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; }