Skip to content

Commit

Permalink
Removed required quests that should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSCREWEDSoftware committed Nov 17, 2024
1 parent cf3daf6 commit abbf763
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/sql/updates/pending_db_world/rev_1731861881129693700.sql
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
--
-- James Hyal (1/2) requirement removed from James Hyal (2/2)
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 1302);

-- Little Pamela requirement removed from Pamela's Doll
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 5142);

-- Sister Pamela requirement removed from Pamela's Doll
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 5601);

-- Uncle Carlin requirement removed from Defenders of Darrowshire
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 5211);

-- A Troubled Spirit requirement removed from Warrior Kinship
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 8423);

-- A Call to Arms: The Plaguelands! requirement removed from Clear the Way
-- Stormwind
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 5066);
-- Ironforge
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 5090);
-- Darnassus
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 5091);
-- Exodar
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 10373);

-- Malin's Request (1/2) requirement removed from Worth Its Weight in Gold
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 691);

0 comments on commit abbf763

Please sign in to comment.