Skip to content

Commit

Permalink
fix(DB/Quest) - Remove the wrong prerequisite Escape from Skettis and…
Browse files Browse the repository at this point in the history
… Hungry Nether Rays (azerothcore#20753)

* Created File

* Removed the prequiste quests

* Space correction
  • Loading branch information
TheSCREWEDSoftware authored Nov 30, 2024
1 parent a224033 commit 2ff4788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/sql/updates/pending_db_world/rev_1732663460298122300.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--
-- To Skettis! requirement removed from Escape from Skettis
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11085);

-- To Skettis! requirement removed from Hungry Nether Rays
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11093);

0 comments on commit 2ff4788

Please sign in to comment.