diff --git a/database/sql/2-db_drops.sql b/database/sql/2-db_drops.sql index 3c58831881..9db7ef9ff0 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; - # remove key of dimension dropping outside PQ - DELETE FROM drop_data WHERE itemid=4001023 AND dropperid!=9300012; - # make Sword Earrings not drop by normal means, just like Shield Earrings DELETE FROM drop_data WHERE itemid=1032030; diff --git a/src/main/resources/db/152-drop-data.sql b/src/main/resources/db/152-drop-data.sql index 5b9c46b7be..df8ceb8ead 100644 --- a/src/main/resources/db/152-drop-data.sql +++ b/src/main/resources/db/152-drop-data.sql @@ -10489,7 +10489,6 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000), (9300008, 4001022, 1, 1, 0, 999999), (9300014, 4001022, 1, 1, 0, 999999), (9300010, 4001022, 1, 1, 0, 999999), - (9300012, 4001023, 1, 1, 0, 999999), (9300170, 4001156, 1, 1, 0, 999999), (9300171, 4001156, 1, 1, 0, 999999), (9300169, 4001156, 1, 1, 0, 999999), @@ -20325,11 +20324,6 @@ VALUES (5100004, 2383034, 1, 1, 0, 8000), (5130105, 1382012, 1, 1, 0, 700), (5130105, 1382006, 1, 1, 0, 700), (5130105, 1072151, 1, 1, 0, 700), - (9300012, 4001023, 1, 1, 0, 7000), - (9300192, 4001023, 1, 1, 0, 7000), - (9500172, 4001023, 1, 1, 0, 7000), - (9500330, 4001023, 1, 1, 0, 7000), - (9500343, 4001023, 1, 1, 0, 7000), (9300012, 2388004, 1, 4, 0, 24000), (9300192, 2388004, 1, 4, 0, 24000), (9500172, 2388004, 1, 4, 0, 24000),