Copy Jr. Boogie 1 drops to Jr. Boogie 2

This commit is contained in:
P0nk
2025-07-04 15:25:20 +02:00
parent a5a1de5362
commit 1e4e284924
2 changed files with 18 additions and 15 deletions

View File

@@ -25,14 +25,6 @@ USE `cosmic`;
);
DROP TABLE temp_data;
-- Copying drops from some mobs to other versions of them
-- Thanks to DietStory v1.02 dev team
-- There are two Jr. Boogies mob ids for some unknown reason. 3230301 had no drops, but 3230300 had all the correct drops.
-- Just copying the drops from the one with the correct drop data.
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 3230301, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance` FROM drop_data WHERE dropperid = 3230300;
# MapleMesoFetcher ftw! Set meso drop for remaining mobs which drops more than 4 items.
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(100122, 0, 35, 52, 0, 400000),