diff options
author | Killyana <morphone1@gmail.com> | 2018-12-26 19:32:44 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-26 19:32:44 +0100 |
commit | 4be60643beb3200efb339d2d1842108e775a8e70 (patch) | |
tree | bb2345989b9e71340cd7c5c51c31a003f7ad506d | |
parent | 4c3af3b636d5e9279fb694c9d9a5a4422ad773d0 (diff) |
DB/Spell: Mounting a Stabled Campaign Warhorse
Closes #22866
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_26_00_world.sql | 4 |
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"); |