Correct Poisonous Mushroom drops
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user