Copy Reinforced Mithril Mutae drops to Obstacle Mutae

This commit is contained in:
P0nk
2025-07-01 21:09:58 +02:00
parent a365d20fd8
commit af1878c3a0
2 changed files with 23 additions and 5 deletions

View File

@@ -3,11 +3,6 @@
USE `cosmic`;
INSERT INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 9300153, temp_data.itemid, temp_data.minimum_quantity, temp_data.maximum_quantity, temp_data.questid, temp_data.chance
FROM temp_data
WHERE temp_data.dropperid = 5110300;
# zhelms, pink bean customs
DELETE FROM temp_data WHERE itemid=1002357;
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES