diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-02-28 21:33:41 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-02-28 21:33:41 +0100 |
commit | 65e030b7d2e1e7b2aac39b46ec3bc0732db5a457 (patch) | |
tree | 60f3b2afb3c7c12379a5aeb996cfaad8d9489ed7 | |
parent | 0fb133013c0c1c2c7f47c215435990822454d8f8 (diff) |
DB/Quest: Hallowed Scroll & Glyphic Scroll
Closes #21506
-rw-r--r-- | sql/updates/world/3.3.5/2018_02_28_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_28_00_world_335.sql b/sql/updates/world/3.3.5/2018_02_28_00_world_335.sql new file mode 100644 index 00000000000..d3c3b8e6cde --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_28_00_world_335.sql @@ -0,0 +1,2 @@ +-- Fix prerequisite for quests "Hallowed Scroll" & "Glyphic Scroll" +UPDATE `quest_template_addon` SET `PrevQuestID`=364 WHERE `ID` IN (3097,3098); |