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;

View File

@@ -5613,6 +5613,49 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000),
(6300001, 1050068, 1, 1, 0, 700),
(6300001, 1472025, 1, 1, 0, 700),
(6300001, 1032011, 1, 1, 0, 700),
(6300002, 1492022, 1, 1, 0, 750),
(6300002, 4000049, 1, 1, 0, 600000),
(6300002, 4003005, 1, 1, 0, 200000),
(6300002, 4000021, 1, 1, 0, 50000),
(6300002, 2000006, 1, 1, 0, 20000),
(6300002, 4020007, 1, 1, 0, 9000),
(6300002, 4010000, 1, 1, 0, 9000),
(6300002, 4004000, 1, 1, 0, 10000),
(6300002, 1041078, 1, 1, 0, 800),
(6300002, 1041089, 1, 1, 0, 800),
(6300002, 1002022, 1, 1, 0, 1500),
(6300002, 1032019, 1, 1, 0, 1000),
(6300002, 1051047, 1, 1, 0, 700),
(6300002, 1040099, 1, 1, 0, 800),
(6300002, 1060088, 1, 1, 0, 800),
(6300002, 1432006, 1, 1, 0, 500),
(6300002, 1462008, 1, 1, 0, 500),
(6300002, 1472024, 1, 1, 0, 500),
(6300002, 1102022, 1, 1, 0, 1000),
(6300002, 1382007, 1, 1, 0, 700),
(6300002, 1472026, 1, 1, 0, 500),
(6300002, 1082107, 1, 1, 0, 1000),
(6300002, 1040104, 1, 1, 0, 800),
(6300002, 1060092, 1, 1, 0, 800),
(6300002, 1072157, 1, 1, 0, 800),
(6300002, 1032020, 1, 1, 0, 1000),
(6300002, 1051062, 1, 1, 0, 700),
(6300002, 2384009, 1, 1, 0, 8000),
(6300002, 0, 417, 548, 0, 400000),
(6300002, 1092046, 1, 1, 0, 750),
(6300002, 1402039, 1, 1, 0, 750),
(6300002, 4000021, 1, 1, 0, 200000),
(6300002, 2000006, 1, 1, 0, 40000),
(6300002, 4010000, 1, 1, 0, 7000),
(6300002, 4020007, 1, 1, 0, 7000),
(6300002, 4004000, 1, 1, 0, 3000),
(6300002, 4005004, 1, 1, 0, 3000),
(6300002, 1432007, 1, 1, 0, 700),
(6300002, 1082060, 1, 1, 0, 700),
(6300002, 1050045, 1, 1, 0, 700),
(6300002, 1050068, 1, 1, 0, 700),
(6300002, 1472025, 1, 1, 0, 700),
(6300002, 1032011, 1, 1, 0, 700),
(6300005, 4000176, 1, 1, 0, 600000),
(6300005, 1032014, 1, 1, 0, 10000),
(6300005, 1102024, 1, 1, 0, 10000),
@@ -11687,7 +11730,6 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000),
(5100002, 1482022, 1, 1, 0, 750),
(7130500, 1492022, 1, 1, 0, 750),
(7130402, 1492022, 1, 1, 0, 1250),
(6300002, 1492022, 1, 1, 0, 750),
(6230600, 1332055, 1, 1, 0, 750),
(6230400, 1332055, 1, 1, 0, 750),
(6130204, 1332055, 1, 1, 0, 750),