aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-23 21:12:52 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-12 01:31:19 +0100
commiteeec556f87571df60aaeeffe615f8aef37dfa040 (patch)
tree58adf8d76633631ec5742db17c786977e2c4caee
parent3a8a1b7929eb6f7efbceb4cf0cb284c3e6ba01f9 (diff)
DB/Quest: fix breadcrumbs for quest Spirits of the Ice
Closes #23473 (cherry picked from commit d740b38a32722d99f20b546de899c83b68f6d816)
-rw-r--r--sql/updates/world/master/2021_12_11_41_world_2019_06_23_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_41_world_2019_06_23_04_world.sql b/sql/updates/world/master/2021_12_11_41_world_2019_06_23_04_world.sql
new file mode 100644
index 00000000000..8d064cdc1cd
--- /dev/null
+++ b/sql/updates/world/master/2021_12_11_41_world_2019_06_23_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `ExclusiveGroup`=0, `NextQuestID`=0, `BreadcrumbForQuestId`=11313 WHERE `ID` IN (11302, 11312);