fix(DB/Quests): Report to Helgrum prerequisite (#6725)
- adds https://tbc.wowhead.com/quest=1418/neeka-bloodscar as a required previous quest. - closes https://github.com/azerothcore/azerothcore-wotlk/issues/6720 - closes https://github.com/chromiecraft/chromiecraft/issues/1082
This commit is contained in:
parent
c19b152f2f
commit
ddd5d3137d
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625409146842998000');
|
||||
|
||||
-- Fix https://github.com/azerothcore/azerothcore-wotlk/issues/6720
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 1418 WHERE `ID` = 1420;
|
||||
Loading…
Add table
Add a link
Reference in a new issue