aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-07-10 01:05:03 +0200
committerGitHub <noreply@github.com>2016-07-10 01:05:03 +0200
commit66c8bae7be1b4af0abd496cc474161318240a4f3 (patch)
tree31624c64a57b056bb1e49f3330fbe28d62c8b255
parenta1a7bca18194842690c267418c140ee25af9d6f0 (diff)
DB/Quest: add prevquest to one of the "The Ashenvale Hunt" quests
-rw-r--r--sql/updates/world/3.3.5/2016_07_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_10_01_world.sql b/sql/updates/world/3.3.5/2016_07_10_01_world.sql
new file mode 100644
index 00000000000..11a04a8af30
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `PrevQuestID`=882 WHERE `ID`=6382;