diff --git a/database/sql/2-db_drops.sql b/database/sql/2-db_drops.sql index 9b5f677148..97fbc2b964 100644 --- a/database/sql/2-db_drops.sql +++ b/database/sql/2-db_drops.sql @@ -3,11 +3,6 @@ USE `cosmic`; - INSERT IGNORE INTO temp_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance) - SELECT dropperid, 4000176, 1, 1, 0, 600000 - FROM temp_data - WHERE itemid = 2011000; #Poisonous Mushroom - # add Giant Cake anniversary-themed drops INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES (9400606, 1012098, 1, 1, 0, 120000), diff --git a/src/main/resources/db/152-drop-data.sql b/src/main/resources/db/152-drop-data.sql index 3d3a7b4ba7..bb0f49b68a 100644 --- a/src/main/resources/db/152-drop-data.sql +++ b/src/main/resources/db/152-drop-data.sql @@ -22263,8 +22263,8 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000), (6300000, 1032011, 1, 1, 0, 700), (6300000, 1040099, 1, 1, 0, 700), (6300000, 1060088, 1, 1, 0, 700), - (6300005, 2011000, 1, 4, 0, 0), - (9300196, 2011000, 1, 4, 0, 0), + (6300005, 4000176, 1, 1, 0, 600000), + (9300196, 4000176, 1, 1, 0, 600000), (6300005, 2043801, 1, 4, 0, 10000), (9300196, 2043801, 1, 4, 0, 10000), (6300005, 2043701, 1, 4, 0, 10000),