diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:12:52 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-06-23 21:12:52 +0200 |
commit | d740b38a32722d99f20b546de899c83b68f6d816 (patch) | |
tree | 5aa12e0ef7f6bd6847b45f95a439b336b447b533 | |
parent | bfd952bd9fd5fdd5abdd0a4bf4840a9b2af677c2 (diff) |
DB/Quest: fix breadcrumbs for quest Spirits of the Ice
Closes #23473
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_23_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_23_04_world.sql b/sql/updates/world/3.3.5/2019_06_23_04_world.sql new file mode 100644 index 00000000000..8d064cdc1cd --- /dev/null +++ b/sql/updates/world/3.3.5/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); |