From 2aabeb378cbbe054a12249f602936c6b8e1ad7c8 Mon Sep 17 00:00:00 2001 From: P0nk Date: Tue, 22 Jul 2025 10:32:55 +0200 Subject: [PATCH] Tune global drops Global drops are too common, and the ones we have here are not part of vanilla v83 --- src/main/resources/db/data/151-global-drop-data.sql | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/resources/db/data/151-global-drop-data.sql b/src/main/resources/db/data/151-global-drop-data.sql index f477dcd1df..62b8fa0177 100644 --- a/src/main/resources/db/data/151-global-drop-data.sql +++ b/src/main/resources/db/data/151-global-drop-data.sql @@ -1,7 +1,6 @@ INSERT INTO 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'), - (-1, 2049100, 1, 1, 0, 1200, 'Chaos Scroll 60%'), - (-1, 2340000, 1, 1, 0, 1200, 'White Scroll'), - (-1, 4001006, 1, 1, 0, 10000, 'Flaming Feather'); \ No newline at end of file +VALUES (-1, 4031865, 1, 1, 0, 2000, 'NX Card 100 PTS'), + (-1, 4031866, 1, 1, 0, 500, 'NX Card 250 PTS'), + (-1, 4001126, 1, 2, 0, 500, 'Maple Leaf'), + (-1, 2049100, 1, 1, 0, 50, 'Chaos Scroll 60%'), + (-1, 2340000, 1, 1, 0, 50, 'White Scroll'); \ No newline at end of file