From 6610662f74360f93bee600c358f6b513c5137b1c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 17 Feb 2018 18:24:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=85=EC=98=88=EC=9D=98=20=EC=A0=84?= =?UTF-8?q?=EB=8B=B9=20=EB=93=B1=EB=A1=9D=20=EA=B8=B0=EC=A4=80=EC=9D=84=20?= =?UTF-8?q?45=EC=84=B8=20=EC=9D=B4=ED=9B=84=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twe/func_gamerule.php b/twe/func_gamerule.php index 9899d98b..742f5cd7 100644 --- a/twe/func_gamerule.php +++ b/twe/func_gamerule.php @@ -1214,7 +1214,7 @@ function checkEmperior($connect) { $query = "update game set isUnited=2,conlimit=conlimit*100 where no='1'"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); - $query = "select no from general where npc<2 and age>50"; + $query = "select no from general where npc<2 and age>=45"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $count = MYDB_num_rows($result);