Copy drops from Orange Mushroom to Target Orange Mushroom

This commit is contained in:
P0nk
2025-07-02 14:54:05 +02:00
parent 871a47ad26
commit f38fb34c3a
2 changed files with 25 additions and 4 deletions

View File

@@ -27,10 +27,6 @@ USE `cosmic`;
-- Copying drops from some mobs to other versions of them
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 9300342, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`
FROM drop_data WHERE dropperid = 1210102;
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 6300001, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`
FROM drop_data WHERE dropperid = 6300000;