fix(DB/Quest) - Vital Supplies [1477] and Report to Mountaineer Rockgar [468] are now Optional (#20608)
This commit is contained in:
parent
7a5b7efc42
commit
bbe527ffcd
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue