diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-22 12:01:36 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-01 22:53:22 +0100 |
| commit | 1be4d67e2647a710a4ed5c9097ad4f0fd9182538 (patch) | |
| tree | 74917751604af518669500ffb7698ae41d52880d | |
| parent | afb9ecdca29461fc56da7963bba8270e01de8f94 (diff) | |
DB/Quest: ExclusiveGroups for two breadcrumb quests in Zangarmarsh
Closes #17438 by SnapperRy
(cherry picked from commit 4444d3fbbb1eacb91e91eaf75eed46982573d313)
| -rw-r--r-- | sql/updates/world/master/2017_02_01_02_world_2016_06_22_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_01_02_world_2016_06_22_01_world.sql b/sql/updates/world/master/2017_02_01_02_world_2016_06_22_01_world.sql new file mode 100644 index 00000000000..bf11bee736b --- /dev/null +++ b/sql/updates/world/master/2017_02_01_02_world_2016_06_22_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID` IN (9796, 10105); +INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES +(9796, 9796), +(10105, 9796); |
