diff options
author | Killyana <morphone1@gmail.com> | 2019-05-18 21:49:41 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-18 21:49:41 +0200 |
commit | 2c90fe56dc097ab8e7f73aac8d5fa059766cff42 (patch) | |
tree | 20109acbcb8c364a5422d75a0fc0088743f4192a | |
parent | 38285968472b85636360cb2648fcb3c00c16f05c (diff) |
DB/Quest: Fix some Breadcrumb quests
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_18_01_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_18_01_world_335.sql b/sql/updates/world/3.3.5/2019_05_18_01_world_335.sql new file mode 100644 index 00000000000..117c9a9ec7f --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_18_01_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `ExclusiveGroup`=0, `BreadcrumbForQuestId`=9501 WHERE `id` IN (9500, 10490, 9502); +UPDATE `quest_template_addon` SET `ExclusiveGroup`=0, `BreadcrumbForQuestId`=9552 WHERE `id` IN (9551, 10491, 9547); |