aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-12-26 19:32:44 +0100
committerKillyana <morphone1@gmail.com>2018-12-26 19:32:44 +0100
commit4be60643beb3200efb339d2d1842108e775a8e70 (patch)
treebb2345989b9e71340cd7c5c51c31a003f7ad506d
parent4c3af3b636d5e9279fb694c9d9a5a4422ad773d0 (diff)
DB/Spell: Mounting a Stabled Campaign Warhorse
Closes #22866
-rw-r--r--sql/updates/world/3.3.5/2018_12_26_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_26_00_world.sql b/sql/updates/world/3.3.5/2018_12_26_00_world.sql
new file mode 100644
index 00000000000..1c631c51166
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_12_26_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `spell_id`=63215 AND `ScriptName`="spell_gen_summon_tournament_mount";
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(63215, "spell_gen_summon_tournament_mount");