diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-12 21:30:38 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-12 21:30:38 +0100 |
commit | ebd2c12f99e81699e547aa964ae726ad2ce33a0f (patch) | |
tree | 4968a46771f975d871cd60d5071b21fbc030fd02 | |
parent | 85f5a189decfdb3cf8e5fa67ab6a3e30269ec38f (diff) |
DB/Quest: add questrequirements for Doomguard Minion Questline
Closes #7124
-rw-r--r-- | sql/updates/world/2012_11_12_00_world_quest_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_12_00_world_quest_template.sql b/sql/updates/world/2012_11_12_00_world_quest_template.sql new file mode 100644 index 00000000000..ee2206146b3 --- /dev/null +++ b/sql/updates/world/2012_11_12_00_world_quest_template.sql @@ -0,0 +1,3 @@ +-- Set chaining for Doomguard minion quests +UPDATE `quest_template` SET `PrevQuestId`=7581 WHERE `Id`=7582; -- Complete The Prison's Bindings before The Prison's Casing +UPDATE `quest_template` SET `PrevQuestId`=7582 WHERE `Id`=7583; -- Complete The Prison's Casing before Suppression |