diff options
author | Nay <none@none> | 2011-02-04 10:54:13 -0700 |
---|---|---|
committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-04 10:54:13 -0700 |
commit | 673ab6c57e5e47cdb60b25e4ffb8f227a65cb63c (patch) | |
tree | a33670fa846f7f0cf979e979b4717828fa696c2a | |
parent | 5e699d42e815e17753dde44d15123fca76214337 (diff) |
DB/Quest: Correct PreQuestId for the quest The Amphitheater of Anguish:
Tuskarrmagedon
Closes #155
-rw-r--r-- | sql/updates/world/2011_02_04_2_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_04_2_world_quest_template.sql b/sql/updates/world/2011_02_04_2_world_quest_template.sql new file mode 100644 index 00000000000..0d153bca7d0 --- /dev/null +++ b/sql/updates/world/2011_02_04_2_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Correct PreQuestId for the quest The Amphitheater of Anguish: Tuskarrmagedon +UPDATE `quest_template` SET `PrevQuestId`=12934 WHERE `entry`=12935; |