diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 01:05:03 +0200 | 
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 16:23:22 +0100 | 
| commit | 66f0e33dc0bca63dd62a0e275b3bbe66e8d63d9a (patch) | |
| tree | f1e4e2a959613c5ccf3fff83ba753d44b308370f | |
| parent | 9d0a8c940a78f8a8d3b14b0c1ed3063d97a64db5 (diff) | |
DB/Quest: add prevquest to one of the "The Ashenvale Hunt" quests
(cherry picked from commit 66c8bae7be1b4af0abd496cc474161318240a4f3)
| -rw-r--r-- | sql/updates/world/master/2017_02_05_03_world_2016_07_10_01_world.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
