Copy Reinforced Mithril Mutae drops to Obstacle Mutae
This commit is contained in:
@@ -3,11 +3,6 @@
|
|||||||
|
|
||||||
USE `cosmic`;
|
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
|
# zhelms, pink bean customs
|
||||||
DELETE FROM temp_data WHERE itemid=1002357;
|
DELETE FROM temp_data WHERE itemid=1002357;
|
||||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||||
|
|||||||
@@ -29893,6 +29893,29 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
|
|||||||
(9300209, 2388053, 1, 1, 0, 8000),
|
(9300209, 2388053, 1, 1, 0, 8000),
|
||||||
(9300215, 2388046, 1, 1, 0, 8000),
|
(9300215, 2388046, 1, 1, 0, 8000),
|
||||||
(5110300, 2383016, 1, 1, 0, 8000),
|
(5110300, 2383016, 1, 1, 0, 8000),
|
||||||
|
(9300153, 2000002, 1, 1, 0, 20000),
|
||||||
|
(9300153, 2000003, 1, 1, 0, 20000),
|
||||||
|
(9300153, 4004002, 1, 1, 0, 10000),
|
||||||
|
(9300153, 4020005, 1, 1, 0, 9000),
|
||||||
|
(9300153, 1332011, 1, 1, 0, 500),
|
||||||
|
(9300153, 1072118, 1, 1, 0, 800),
|
||||||
|
(9300153, 1051038, 1, 1, 0, 700),
|
||||||
|
(9300153, 2040901, 1, 1, 0, 300),
|
||||||
|
(9300153, 2002003, 1, 1, 0, 20000),
|
||||||
|
(9300153, 2044602, 1, 1, 0, 300),
|
||||||
|
(9300153, 1041088, 1, 1, 0, 800),
|
||||||
|
(9300153, 1060077, 1, 1, 0, 800),
|
||||||
|
(9300153, 1312008, 1, 1, 0, 700),
|
||||||
|
(9300153, 4000360, 1, 1, 0, 600000),
|
||||||
|
(9300153, 1482007, 1, 1, 0, 500),
|
||||||
|
(9300153, 2044902, 1, 1, 0, 300),
|
||||||
|
(9300153, 1052116, 1, 1, 0, 700),
|
||||||
|
(9300153, 2040027, 1, 1, 0, 300),
|
||||||
|
(9300153, 2040317, 1, 1, 0, 300),
|
||||||
|
(9300153, 4130000, 1, 1, 0, 6000),
|
||||||
|
(9300153, 4130004, 1, 1, 0, 6000),
|
||||||
|
(9300153, 4130006, 1, 1, 0, 6000),
|
||||||
|
(9300153, 2383016, 1, 1, 0, 8000),
|
||||||
(5110301, 2383028, 1, 1, 0, 8000),
|
(5110301, 2383028, 1, 1, 0, 8000),
|
||||||
(8143000, 2386010, 1, 1, 0, 8000),
|
(8143000, 2386010, 1, 1, 0, 8000),
|
||||||
(2220000, 2388000, 1, 1, 0, 8000),
|
(2220000, 2388000, 1, 1, 0, 8000),
|
||||||
|
|||||||
Reference in New Issue
Block a user