diff --git a/database/sql/2-db_drops.sql b/database/sql/2-db_drops.sql index 7785d309a8..d59f51946d 100644 --- a/database/sql/2-db_drops.sql +++ b/database/sql/2-db_drops.sql @@ -25,7 +25,6 @@ USE `cosmic`; ); DROP TABLE temp_data; - UPDATE drop_data SET chance=70000 WHERE itemid=4031203; UPDATE drop_data SET chance=70000 WHERE itemid=4001356; UPDATE drop_data SET chance=7000 WHERE itemid=4001006; diff --git a/src/main/resources/db/152-drop-data.sql b/src/main/resources/db/152-drop-data.sql index ce06505efd..c0a9d2815b 100644 --- a/src/main/resources/db/152-drop-data.sql +++ b/src/main/resources/db/152-drop-data.sql @@ -16250,7 +16250,7 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000), (3230306, 4000115, 1, 1, 0, 200000), (3230306, 4031992, 1, 1, 0, 7000), (3230306, 4031159, 1, 1, 0, 7000), - (3230306, 4031203, 1, 1, 0, 7000), + (3230306, 4031203, 1, 1, 0, 70000), (3230306, 2000002, 1, 1, 0, 40000), (3230306, 2000003, 1, 1, 0, 40000), (3230306, 2002006, 1, 1, 0, 10000),