Copy drops from Yeti to Separated Yeti

This commit is contained in:
P0nk
2025-07-03 07:29:14 +02:00
parent 74aa5fc572
commit c52d82c6f2
2 changed files with 43 additions and 5 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 6300002, `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 6400001, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`
FROM drop_data WHERE dropperid = 6400000;