Correct Poisonous Mushroom drops

This commit is contained in:
P0nk
2025-07-02 06:27:26 +02:00
parent 7607e3d4b6
commit ab8ddc767f
2 changed files with 2 additions and 7 deletions

View File

@@ -3,11 +3,6 @@
USE `cosmic`;
INSERT IGNORE INTO temp_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance)
SELECT dropperid, 4000176, 1, 1, 0, 600000
FROM temp_data
WHERE itemid = 2011000; #Poisonous Mushroom
# add Giant Cake anniversary-themed drops
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(9400606, 1012098, 1, 1, 0, 120000),