diff options
author | Killyana <morphone1@gmail.com> | 2017-05-24 02:13:12 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 23:49:03 +0200 |
commit | 732ad0f2eb7cbc41d4ae13f2b584d212d7c4d06c (patch) | |
tree | de27cc8a1f1f8ef70b8f175bde3f452bfc29cb32 /sql/updates | |
parent | 205d8bf5916996ec4915c024c72d3335acecc98f (diff) |
DB/Quest: Blowing Hodir's Horn requirement
Ref #19787
(cherry picked from commit b90fc70c209b24a8aad8e38da6be9de98f50901e)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2020_06_14_10_world_2017_05_24_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_10_world_2017_05_24_00_world.sql b/sql/updates/world/master/2020_06_14_10_world_2017_05_24_00_world.sql new file mode 100644 index 00000000000..5d9655ebf49 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_10_world_2017_05_24_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=12976 WHERE `id`=12977; |