From 0b05ef232aa84759c82443e005f2d953c36b0832 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 18 Feb 2024 16:09:19 +0100 Subject: DB/Quest: Agmar's Hammer -12008 (Unable to access Wrathgate) closes #29044 by cmangos --- sql/updates/world/3.3.5/2024_02_18_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_18_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_02_18_05_world.sql b/sql/updates/world/3.3.5/2024_02_18_05_world.sql new file mode 100644 index 00000000000..94ddf8c88a1 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3