From b930d99e599d5d799da726d2e1e5d1e37ef7e14a Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 6 Oct 2016 10:11:16 +0200 Subject: DB/Quest: the two versions of Jonespyre's Request require Morrowgrain Research rewarded. Also fix ExclusiveGroup typo. --- sql/updates/world/3.3.5/2016_10_06_05_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_06_05_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_06_05_world_335.sql b/sql/updates/world/3.3.5/2016_10_06_05_world_335.sql new file mode 100644 index 00000000000..0039967a07d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_06_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `ExclusiveGroup`=3787, `PrevQuestID`=3785 WHERE `ID` IN (3787, 3788); -- cgit v1.2.3