Ludibrium Maze PQ
Implemented Ludibrium Maze PQ.
This commit is contained in:
@@ -19109,6 +19109,9 @@
|
||||
# remove key of dimension dropping outside PQ
|
||||
DELETE FROM drop_data where itemid=4001023 and dropperid!=9300012;
|
||||
|
||||
# make Sword Earrings not drop by normal means, just like Shield Earrings
|
||||
DELETE FROM drop_data where itemid=1032030;
|
||||
|
||||
# remove every not-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);
|
||||
|
||||
Reference in New Issue
Block a user