명예의 전당 등록 기준을 45세 이후로 수정

This commit is contained in:
2018-02-17 18:24:28 +09:00
parent 964ed3e7c7
commit 47f5335685
+1 -1
View File
@@ -5255,7 +5255,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);