버그 수정

This commit is contained in:
2020-05-07 00:39:25 +09:00
parent b8a8776c2e
commit 5a50476e9d
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);
}