-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed required quests that should be optional
- Loading branch information
1 parent
cf3daf6
commit abbf763
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
data/sql/updates/pending_db_world/rev_1731861881129693700.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |