DB/Quest: fix chaining for "The Real Threat"

Closes #17338 by SnapperRy
This commit is contained in:
Aokromes
2016-06-11 14:35:17 +02:00
committed by GitHub
parent 0b8921a0ef
commit c9cb86d6c5

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `quest_template_addon` WHERE `ID`=680;
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
(680, 678);