Ludibrium Maze PQ

Implemented Ludibrium Maze PQ.
This commit is contained in:
ronancpl
2017-05-15 15:52:24 -03:00
parent b26469301d
commit a56312ddd3
35 changed files with 8081 additions and 8015 deletions

View File

@@ -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);