mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Gossip: Quartermaster Miranda Breechlock <The Argent Dawn>
Closes #20617
This commit is contained in:
4
sql/updates/world/3.3.5/2017_10_16_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_10_16_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `quest_template_addon` WHERE `ID` IN (5401, 5405, 5503);
|
||||
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`) VALUES
|
||||
(5401, 0, 0, 5401),(5405, 0, 0, 5401),(5503, 0, 0, 5401);
|
||||
Reference in New Issue
Block a user