From f27f0edfb63339f1516ce4ae507bef0648b316d7 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 21 Jul 2023 13:22:04 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=99=EC=9D=98=EC=8B=9C=20=EA=B2=BD?= =?UTF-8?q?=EA=B3=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_select_npc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_select_npc.php b/hwe/j_select_npc.php index 88ddcc71..4524c6f7 100644 --- a/hwe/j_select_npc.php +++ b/hwe/j_select_npc.php @@ -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, ]);