fix: 빙의시 경고 제거

This commit is contained in:
2023-07-21 13:22:04 +00:00
parent 02f23e7db4
commit f27f0edfb6
+1 -1
View File
@@ -89,7 +89,7 @@ $db->update('general', [
'aux'=>Json::encode($genAux)
], 'owner <= 0 AND npc = 2 AND no = %i', $pick);
$db->insertIgnore('general_access_log', [
GeneralAccessLogColumn::generalID->value => $generalID,
GeneralAccessLogColumn::generalID->value => $pick,
GeneralAccessLogColumn::userID->value => $userID,
GeneralAccessLogColumn::lastRefresh->value => $now,
]);