diff options
author | Rynem <Rynem@users.noreply.github.com> | 2018-12-19 12:04:41 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 21:02:39 +0100 |
commit | db6800d0aa1a72c3bed9e25c875f88a61e8ff998 (patch) | |
tree | 940589d3b3befc494820a932b3756fcd03a073ab | |
parent | 9be92e218c14116d96f5257285b0766a447f06cc (diff) |
DB/Spell: Mounting a Stabled Campaign Warhorse
Closes #22866
(cherry picked from commit 2aea599f69507f90b376edd7b53e32229ceedf8a)
-rw-r--r-- | sql/updates/world/master/2021_11_16_46_world_2018_12_19_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_46_world_2018_12_19_03_world.sql b/sql/updates/world/master/2021_11_16_46_world_2018_12_19_03_world.sql new file mode 100644 index 00000000000..1c631c51166 --- /dev/null +++ b/sql/updates/world/master/2021_11_16_46_world_2018_12_19_03_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"); |