From 2c90fe56dc097ab8e7f73aac8d5fa059766cff42 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 18 May 2019 21:49:41 +0200 Subject: DB/Quest: Fix some Breadcrumb quests --- sql/updates/world/3.3.5/2019_05_18_01_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_05_18_01_world_335.sql (limited to 'sql') 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); -- cgit v1.2.3