diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 06:44:36 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-29 20:45:47 +0100 |
| commit | 927561c4cf4e915474d57ebed0711415a1d8dcec (patch) | |
| tree | 6310faaf99360af9740b76efd5fe94ebb5a9ba0f /sql | |
| parent | 7f903afea27a7d2b370770f472ffef0f8d8177a8 (diff) | |
DB/Quest: fix availability for some quests
Closes #17371 by SnapperRy
(cherry picked from commit a307157dac691f8b98c80f32993601ceb6739fc2)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_01_29_06_world_2016_06_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_06_world_2016_06_15_00_world.sql b/sql/updates/world/master/2017_01_29_06_world_2016_06_15_00_world.sql new file mode 100644 index 00000000000..42a373afa33 --- /dev/null +++ b/sql/updates/world/master/2017_01_29_06_world_2016_06_15_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=364; |
