mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest) - Vital Supplies [1477] and Report to Mountaineer Rockgar [468] are now Optional (#20608)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user