Copy drops from Orange Mushroom to Target Orange Mushroom
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user