From 6077cbfece52ebd3f94937ffdcf5e25ec2f56f2d Mon Sep 17 00:00:00 2001 From: Lythrayr Date: Tue, 27 Mar 2018 23:55:25 +0200 Subject: DB/Quest: Fix quest chaining related to the Fire Hardened set Updates #21718 --- sql/updates/world/3.3.5/2018_03_27_16_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_27_16_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_03_27_16_world_335.sql b/sql/updates/world/3.3.5/2018_03_27_16_world_335.sql new file mode 100644 index 00000000000..627ffdc2e58 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_27_16_world_335.sql @@ -0,0 +1,5 @@ +UPDATE `item_template` SET `maxcount`=1 WHERE `entry`=6926; +UPDATE `quest_template` SET `AllowableRaces`=8 WHERE `ID`=1703; +UPDATE `quest_template` SET `AllowableRaces`=64 WHERE `ID`=1704; +UPDATE `quest_template` SET `AllowableRaces`=1|4 WHERE `ID`=1700; +UPDATE `quest_template_addon` SET `PrevQuestID`=1782 WHERE `ID` IN (1710, 1705, 1708,1703,1704,1700); -- cgit v1.2.3