mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Quest: fix chaining for "The Real Threat"
Closes #17338 by SnapperRy
This commit is contained in:
4
sql/updates/world/3.3.5/2016_06_11_06_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_06_11_06_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `quest_template_addon` WHERE `ID`=680;
|
||||
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
|
||||
(680, 678);
|
||||
Reference in New Issue
Block a user