From 5ff522123a909d4a493e82969a168790400c3eb9 Mon Sep 17 00:00:00 2001 From: P0nk Date: Wed, 2 Jul 2025 08:14:07 +0200 Subject: [PATCH] Remove Sword Earrings as a drop --- database/sql/2-db_drops.sql | 3 --- src/main/resources/db/152-drop-data.sql | 6 ------ 2 files changed, 9 deletions(-) diff --git a/database/sql/2-db_drops.sql b/database/sql/2-db_drops.sql index 9db7ef9ff0..1160812146 100644 --- a/database/sql/2-db_drops.sql +++ b/database/sql/2-db_drops.sql @@ -25,9 +25,6 @@ USE `cosmic`; ); DROP TABLE temp_data; - # make Sword Earrings not drop by normal means, just like Shield Earrings - DELETE FROM drop_data WHERE itemid=1032030; - # remove every non-card drop from bosses out of their natural habitat DELETE FROM drop_data WHERE dropperid >= 9300184 AND dropperid < 9300215 AND (itemid < 2380000 OR itemid >= 2390000); DELETE FROM drop_data WHERE dropperid >= 9500337 AND dropperid < 9500364 AND (itemid < 2380000 OR itemid >= 2390000); diff --git a/src/main/resources/db/152-drop-data.sql b/src/main/resources/db/152-drop-data.sql index df8ceb8ead..3c082387e2 100644 --- a/src/main/resources/db/152-drop-data.sql +++ b/src/main/resources/db/152-drop-data.sql @@ -8553,7 +8553,6 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000), (8220006, 2044901, 1, 1, 0, 3000), (8220007, 2000005, 1, 1, 0, 999999), (8220007, 2000004, 1, 1, 0, 999999), - (8220007, 1032030, 1, 1, 0, 10000), (8220007, 1382007, 1, 1, 0, 7000), (8220007, 1322019, 1, 1, 0, 7000), (8220007, 1312010, 1, 1, 0, 7000), @@ -25662,10 +25661,6 @@ VALUES (5100004, 2383034, 1, 1, 0, 8000), (9300209, 2044701, 1, 4, 0, 10000), (9400205, 2044701, 1, 4, 0, 10000), (9500176, 2044701, 1, 4, 0, 10000), - (8220007, 1032030, 1, 1, 0, 40000), - (9300209, 1032030, 1, 1, 0, 40000), - (9400205, 1032030, 1, 1, 0, 40000), - (9500176, 1032030, 1, 1, 0, 40000), (8220007, 1322019, 1, 1, 0, 40000), (9300209, 1322019, 1, 1, 0, 40000), (9400205, 1322019, 1, 1, 0, 40000), @@ -30086,7 +30081,6 @@ VALUES (5100004, 2383034, 1, 1, 0, 8000), (9400114, 1102087, 2, 2, 0, 20000), (9400114, 1402013, 1, 1, 0, 50000), (9400114, 1332030, 1, 1, 0, 50000), - (9400114, 1032030, 1, 1, 0, 40000), (9400114, 1032070, 1, 1, 0, 40000), (9400114, 4005000, 1, 1, 0, 70000), (9400114, 4005001, 1, 1, 0, 70000),