From 77fc52b1b6f2900e5c4b809bd34d02d31bfdf4b1 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 16 Oct 2017 01:26:53 +0200 Subject: DB/Gossip: Quartermaster Miranda Breechlock Closes #20617 --- sql/updates/world/3.3.5/2017_10_16_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_16_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_10_16_00_world.sql b/sql/updates/world/3.3.5/2017_10_16_00_world.sql new file mode 100644 index 00000000000..fe24231594b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_16_00_world.sql @@ -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); -- cgit v1.2.3