From 78858b1edd7609d98656e63334d68402a129ab60 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 1 Oct 2021 09:52:31 +0200 Subject: DB/Quest: Slain by the Wretched closes #26982 by osleyder85 --- sql/updates/world/master/2021_10_01_04_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_10_01_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_10_01_04_world.sql b/sql/updates/world/master/2021_10_01_04_world.sql new file mode 100644 index 00000000000..572d3ae9859 --- /dev/null +++ b/sql/updates/world/master/2021_10_01_04_world.sql @@ -0,0 +1,8 @@ +-- Slain by the Wretched +UPDATE `quest_poi` SET `VerifiedBuild`=40120 WHERE (`QuestID`=9704 AND `BlobIndex`=0 AND `Idx1` IN (0,1)); + +UPDATE `quest_poi_points` SET `VerifiedBuild`=40120 WHERE (`QuestID`=9704 AND `Idx1` IN (0,1) AND `Idx2`=0); + +UPDATE `quest_details` SET `VerifiedBuild`=40120 WHERE `ID`=9704; + +UPDATE `quest_template` SET `FlagsEx`=0, `VerifiedBuild`=40120 WHERE `ID`=9704; -- cgit v1.2.3