버그 수정

This commit is contained in:
2020-05-07 00:39:25 +09:00
parent 790ef81101
commit 6149a12180
9 changed files with 54 additions and 45 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ if (!$gameStor->isunited) {
}
foreach ($db->queryFirstColumn(
'SELECT no FROM general WHERE npc != 0 and age >= %i',
GameConst::$retirementYear
'SELECT no FROM general WHERE npc < 2 and age >= %i',
40
) as $generalNo) {
CheckHall($generalNo);
}