aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-03-05 17:56:00 +0100
committerKillyana <morphone1@gmail.com>2020-03-05 17:56:00 +0100
commit6bbc9da2c7bfb4ecadd35b2ebb42b6dadd25e559 (patch)
tree6728f330f00b08f5f55d00d31fb99253a1bfd356
parentd1080af8db63c78986a7fcc94fcfb2fdfe817734 (diff)
DB/Quest: Add taxi spell to the quest High Commander Halford Wyrmbane
Closes #24244
-rw-r--r--sql/updates/world/3.3.5/2020_03_05_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;