diff options
author | Jelle Meeus <sogladev@gmail.com> | 2025-09-11 17:01:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-11 21:01:26 -0300 |
commit | 558870af9e8c9d75bc90be5e906f84ba53046d93 (patch) | |
tree | 464ed422d84f7b77d2ca88a5839fe8b60ae15361 /data | |
parent | 0a3f5544b4adb6a8a6ea3133a715ec66a76417b9 (diff) |
fix(DB/Quest): 'The Aberrations Must Die.' is available early (#22889)
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1757633004572965187.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1757633004572965187.sql b/data/sql/updates/pending_db_world/rev_1757633004572965187.sql new file mode 100644 index 0000000000..88c0f8bb14 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1757633004572965187.sql @@ -0,0 +1,5 @@ +-- +-- The Aberrations Must Die. +UPDATE `quest_template_addon` SET `PrevQuestID` = 12925 WHERE (`ID` = 13425); +-- The Aberrations Must Die. is always available +DELETE FROM `pool_quest` WHERE `entry`=13425 and `pool_entry` = 354; |