mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Fix chaining for some quests in Venomspite
Closes #20511
(cherry picked from commit 8d5120093d)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=12206 WHERE `ID`=12211;
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=12230 WHERE `ID`=12240;
|
||||
DELETE FROM `quest_template_addon` WHERE `ID` IN (12230, 12234, 12214);
|
||||
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
|
||||
(12230, 12211),
|
||||
(12234, 12230),
|
||||
(12214, 12209);
|
||||
Reference in New Issue
Block a user