Remove Sword Earrings as a drop
This commit is contained in:
@@ -25,9 +25,6 @@ USE `cosmic`;
|
||||
);
|
||||
DROP TABLE temp_data;
|
||||
|
||||
# make Sword Earrings not drop by normal means, just like Shield Earrings
|
||||
DELETE FROM drop_data WHERE itemid=1032030;
|
||||
|
||||
# remove every non-card drop from bosses out of their natural habitat
|
||||
DELETE FROM drop_data WHERE dropperid >= 9300184 AND dropperid < 9300215 AND (itemid < 2380000 OR itemid >= 2390000);
|
||||
DELETE FROM drop_data WHERE dropperid >= 9500337 AND dropperid < 9500364 AND (itemid < 2380000 OR itemid >= 2390000);
|
||||
|
||||
@@ -8553,7 +8553,6 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000),
|
||||
(8220006, 2044901, 1, 1, 0, 3000),
|
||||
(8220007, 2000005, 1, 1, 0, 999999),
|
||||
(8220007, 2000004, 1, 1, 0, 999999),
|
||||
(8220007, 1032030, 1, 1, 0, 10000),
|
||||
(8220007, 1382007, 1, 1, 0, 7000),
|
||||
(8220007, 1322019, 1, 1, 0, 7000),
|
||||
(8220007, 1312010, 1, 1, 0, 7000),
|
||||
@@ -25662,10 +25661,6 @@ VALUES (5100004, 2383034, 1, 1, 0, 8000),
|
||||
(9300209, 2044701, 1, 4, 0, 10000),
|
||||
(9400205, 2044701, 1, 4, 0, 10000),
|
||||
(9500176, 2044701, 1, 4, 0, 10000),
|
||||
(8220007, 1032030, 1, 1, 0, 40000),
|
||||
(9300209, 1032030, 1, 1, 0, 40000),
|
||||
(9400205, 1032030, 1, 1, 0, 40000),
|
||||
(9500176, 1032030, 1, 1, 0, 40000),
|
||||
(8220007, 1322019, 1, 1, 0, 40000),
|
||||
(9300209, 1322019, 1, 1, 0, 40000),
|
||||
(9400205, 1322019, 1, 1, 0, 40000),
|
||||
@@ -30086,7 +30081,6 @@ VALUES (5100004, 2383034, 1, 1, 0, 8000),
|
||||
(9400114, 1102087, 2, 2, 0, 20000),
|
||||
(9400114, 1402013, 1, 1, 0, 50000),
|
||||
(9400114, 1332030, 1, 1, 0, 50000),
|
||||
(9400114, 1032030, 1, 1, 0, 40000),
|
||||
(9400114, 1032070, 1, 1, 0, 40000),
|
||||
(9400114, 4005000, 1, 1, 0, 70000),
|
||||
(9400114, 4005001, 1, 1, 0, 70000),
|
||||
|
||||
Reference in New Issue
Block a user