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),

View File

@@ -22263,8 +22263,8 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
(6300000, 1032011, 1, 1, 0, 700),
(6300000, 1040099, 1, 1, 0, 700),
(6300000, 1060088, 1, 1, 0, 700),
(6300005, 2011000, 1, 4, 0, 0),
(9300196, 2011000, 1, 4, 0, 0),
(6300005, 4000176, 1, 1, 0, 600000),
(9300196, 4000176, 1, 1, 0, 600000),
(6300005, 2043801, 1, 4, 0, 10000),
(9300196, 2043801, 1, 4, 0, 10000),
(6300005, 2043701, 1, 4, 0, 10000),