From b236f4a72002b119a62fade230d1d3ea233f80bb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 18 Feb 2024 16:09:19 +0100 Subject: [PATCH] DB/Quest: Agmar's Hammer -12008 (Unable to access Wrathgate) closes #29044 by cmangos (cherry picked from commit 0b05ef232aa84759c82443e005f2d953c36b0832) --- .../world/master/2026_05_28_10_world_2024_02_18_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2026_05_28_10_world_2024_02_18_05_world.sql diff --git a/sql/updates/world/master/2026_05_28_10_world_2024_02_18_05_world.sql b/sql/updates/world/master/2026_05_28_10_world_2024_02_18_05_world.sql new file mode 100644 index 0000000000..94ddf8c88a --- /dev/null +++ b/sql/updates/world/master/2026_05_28_10_world_2024_02_18_05_world.sql @@ -0,0 +1,2 @@ +-- Fix credit cmangos +UPDATE `quest_template_addon` SET `ExclusiveGroup`=0, `NextQuestId`=0 WHERE `ID`=12008;