Apply horntail drops
This commit is contained in:
@@ -3,83 +3,6 @@
|
||||
|
||||
USE `cosmic`;
|
||||
|
||||
# delete/normalize item drops from Horntail
|
||||
DELETE FROM temp_data WHERE dropperid=8810018;
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(8810018,0,40000,50000,0,400000),
|
||||
(8810018,1122000,1,1,0,151200),
|
||||
(8810018,1302056,1,1,0,151200),
|
||||
(8810018,1302059,1,1,0,151200),
|
||||
(8810018,1312030,1,1,0,151200),
|
||||
(8810018,1312031,1,1,0,151200),
|
||||
(8810018,1322045,1,1,0,151200),
|
||||
(8810018,1322052,1,1,0,151200),
|
||||
(8810018,1332049,1,1,0,108000),
|
||||
(8810018,1332050,1,1,0,108000),
|
||||
(8810018,1332051,1,1,0,108000),
|
||||
(8810018,1332052,1,1,0,108000),
|
||||
(8810018,1372010,1,1,0,151200),
|
||||
(8810018,1372032,1,1,0,151200),
|
||||
(8810018,1382035,1,1,0,151200),
|
||||
(8810018,1382036,1,1,0,151200),
|
||||
(8810018,1402035,1,1,0,151200),
|
||||
(8810018,1402036,1,1,0,151200),
|
||||
(8810018,1412021,1,1,0,151200),
|
||||
(8810018,1412026,1,1,0,151200),
|
||||
(8810018,1422027,1,1,0,151200),
|
||||
(8810018,1422028,1,1,0,151200),
|
||||
(8810018,1432030,1,1,0,108000),
|
||||
(8810018,1432038,1,1,0,108000),
|
||||
(8810018,1442044,1,1,0,151200),
|
||||
(8810018,1442045,1,1,0,151200),
|
||||
(8810018,1452019,1,1,0,108000),
|
||||
(8810018,1452020,1,1,0,108000),
|
||||
(8810018,1452021,1,1,0,108000),
|
||||
(8810018,1452044,1,1,0,108000),
|
||||
(8810018,1462015,1,1,0,108000),
|
||||
(8810018,1462016,1,1,0,108000),
|
||||
(8810018,1462017,1,1,0,108000),
|
||||
(8810018,1462039,1,1,0,108000),
|
||||
(8810018,1472051,1,1,0,108000),
|
||||
(8810018,1472052,1,1,0,108000),
|
||||
(8810018,1472053,1,1,0,108000),
|
||||
(8810018,1482012,1,1,0,108000),
|
||||
(8810018,1482013,1,1,0,108000),
|
||||
(8810018,1492012,1,1,0,108000),
|
||||
(8810018,1492013,1,1,0,108000),
|
||||
(8810018,2000004,1,1,0,800000),
|
||||
(8810018,2000005,1,1,0,800000),
|
||||
(8810018,2000006,1,1,0,800000),
|
||||
(8810018,2020013,1,1,0,800000),
|
||||
(8810018,2020015,1,1,0,800000),
|
||||
(8810018,2040317,1,1,0,64800),
|
||||
(8810018,2040418,1,1,0,64800),
|
||||
(8810018,2040421,1,1,0,64800),
|
||||
(8810018,2040512,1,1,0,64800),
|
||||
(8810018,2040515,1,1,0,64800),
|
||||
(8810018,2040625,1,1,0,64800),
|
||||
(8810018,2049000,1,1,0,32400),
|
||||
(8810018,2049100,1,1,0,64800),
|
||||
(8810018,2290017,1,1,0,108000),
|
||||
(8810018,2290021,1,1,0,108000),
|
||||
(8810018,2290023,1,1,0,108000),
|
||||
(8810018,2290041,1,1,0,108000),
|
||||
(8810018,2290047,1,1,0,108000),
|
||||
(8810018,2290049,1,1,0,108000),
|
||||
(8810018,2290065,1,1,0,108000),
|
||||
(8810018,2290075,1,1,0,108000),
|
||||
(8810018,2290085,1,1,0,108000),
|
||||
(8810018,2290095,1,1,0,108000),
|
||||
(8810018,2290096,1,1,0,80000),
|
||||
(8810018,2290111,1,1,0,108000),
|
||||
(8810018,2290116,1,1,0,108000),
|
||||
(8810018,2290125,1,1,0,100000),
|
||||
(8810018,2290133,1,1,0,45000),
|
||||
(8810018,2290137,1,1,0,45000),
|
||||
(8810018,2290139,1,1,0,45000),
|
||||
(8810018,4001094,1,1,0,999999),
|
||||
(9300141,4031698,1,1,0,100000);
|
||||
|
||||
#insert things that should be present by now, but aren't yet.
|
||||
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user