From 66f0e33dc0bca63dd62a0e275b3bbe66e8d63d9a Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 10 Jul 2016 01:05:03 +0200 Subject: DB/Quest: add prevquest to one of the "The Ashenvale Hunt" quests (cherry picked from commit 66c8bae7be1b4af0abd496cc474161318240a4f3) --- sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql b/sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql new file mode 100644 index 00000000000..11a04a8af30 --- /dev/null +++ b/sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=882 WHERE `ID`=6382; -- cgit v1.2.3