DB/Quest: Slain by the Wretched

closes #26982 by osleyder85
This commit is contained in:
Aokromes
2021-10-01 09:52:31 +02:00
committed by GitHub
parent 67f2976e92
commit 78858b1edd

View File

@@ -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;