fix(DB/loot): Unholy Alliance available without prerequisites (#6202)
Unholy Alliance part 2 was available without completing Unholy Alliance part 1 - Closes azerothcore#5984 - Closes chromiecraft/chromiecraft#678
This commit is contained in:
parent
1b896277bd
commit
ebd70d544b
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622673575587160400');
|
||||
|
||||
SET @PART1 = 14352;
|
||||
SET @PART2 = 14353;
|
||||
UPDATE `quest_template_addon` SET `NextQuestID` = @PART2 WHERE `ID` = @PART1;
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = @PART1 WHERE `ID` = @PART2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue