Copy drops from Yeti to Yeti (transformed)

This commit is contained in:
P0nk
2025-07-03 07:27:00 +02:00
parent 10882a09b0
commit 74aa5fc572
2 changed files with 45 additions and 38 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 6300001, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`
FROM drop_data WHERE dropperid = 6300000;
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 6300002, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`
FROM drop_data WHERE dropperid = 6300000;