fix(DB/Quest) - Vital Supplies [1477] and Report to Mountaineer Rockgar [468] are now Optional (#20608)

This commit is contained in:
FlyingArowana
2024-11-18 00:23:10 +00:00
committed by GitHub
parent 7a5b7efc42
commit bbe527ffcd

View File

@@ -0,0 +1,6 @@
--
-- Issue: 20606 (Vital Supplies)
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 1395);
-- Issue: 20607 (Report to Mountaineer Rockgar)
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 455);