From 1504da67f6a5d1f0d58ff17365b69760f6829ce4 Mon Sep 17 00:00:00 2001 From: P0nk Date: Tue, 1 Jul 2025 21:41:14 +0200 Subject: [PATCH] Correct table for 2nd insert --- src/main/resources/db/152-drop-data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/152-drop-data.sql b/src/main/resources/db/152-drop-data.sql index db6ddcc6ed..16dc695124 100644 --- a/src/main/resources/db/152-drop-data.sql +++ b/src/main/resources/db/152-drop-data.sql @@ -12249,7 +12249,7 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000), (9500137, 4031171, 1, 1, 7101, 100000); #-- copy+paste inside here as many drop data as possible from the spider (drop generator) files -- -INSERT INTO drop_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance) +INSERT INTO lb_drop_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance) VALUES (5100004, 2383034, 1, 1, 0, 10000), (2100108, 2381030, 1, 1, 0, 10000), (3230300, 2382021, 1, 1, 0, 10000),