From 543cbafd0be2e4e5ccf86a73952bb08a21563736 Mon Sep 17 00:00:00 2001 From: P0nk Date: Tue, 1 Jul 2025 16:49:14 +0200 Subject: [PATCH] Fix table name --- src/main/resources/db/151-global-drop-data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/151-global-drop-data.sql b/src/main/resources/db/151-global-drop-data.sql index f477dcd1df..c1e2023e33 100644 --- a/src/main/resources/db/151-global-drop-data.sql +++ b/src/main/resources/db/151-global-drop-data.sql @@ -1,4 +1,4 @@ -INSERT INTO drop_data_global (continent, itemid, minimum_quantity, maximum_quantity, questid, chance, comments) +INSERT INTO lb_drop_data_global (continent, itemid, minimum_quantity, maximum_quantity, questid, chance, comments) VALUES (-1, 4031865, 1, 1, 0, 35000, 'NX Card 100 PTS'), (-1, 4031866, 1, 1, 0, 20000, 'NX Card 250 PTS'), (-1, 4001126, 1, 2, 0, 8000, 'Maple Leaves'),