aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelegalno <nelegalno@yopmail.com>2012-01-06 13:28:53 +0200
committernelegalno <nelegalno@yopmail.com>2012-01-06 13:28:53 +0200
commit14f309f72e1a2a9400724138f8265c7d8b40cef7 (patch)
treee53fc42165be0198e70986090f7fab78e302846b
parentc4577db641cef90cab19a3f4ea6936a96590436d (diff)
Ogre Heaven fix PrevQuestID by shlomi1515
Closes #2732
-rw-r--r--sql/updates/world/2011_12_30_02_world_misc.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_30_02_world_misc.sql b/sql/updates/world/2011_12_30_02_world_misc.sql
new file mode 100644
index 00000000000..5e52a80ab35
--- /dev/null
+++ b/sql/updates/world/2011_12_30_02_world_misc.sql
@@ -0,0 +1,4 @@
+-- Ogre Heaven fix PrevQuestID by shlomi1515
+-- Closes #2732
+
+UPDATE quest_template SET PrevQuestID='11000' WHERE ID='11009';