aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_02_04_2_world_quest_template.sql2
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;