From 6bbc9da2c7bfb4ecadd35b2ebb42b6dadd25e559 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 5 Mar 2020 17:56:00 +0100 Subject: DB/Quest: Add taxi spell to the quest High Commander Halford Wyrmbane Closes #24244 --- sql/updates/world/3.3.5/2020_03_05_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_03_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_03_05_00_world.sql b/sql/updates/world/3.3.5/2020_03_05_00_world.sql new file mode 100644 index 00000000000..4645f79b66c --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_05_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SourceSpellID`=48013 WHERE `ID`=12174; -- cgit v1.2.3