Remove drops from pre-transformed Jr. Newtie

This commit is contained in:
P0nk
2025-07-02 08:11:27 +02:00
parent 1f5a38d9cf
commit cd0efcf2b6
2 changed files with 0 additions and 27 deletions

View File

@@ -25,9 +25,6 @@ USE `cosmic`;
);
DROP TABLE temp_data;
# remove drop data from mobs which respawns as other mobs
DELETE FROM drop_data WHERE dropperid = 8190001;
# remove key of dimension dropping outside PQ
DELETE FROM drop_data WHERE itemid=4001023 AND dropperid!=9300012;