aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPolarCookie <sei009@post.uit.no>2019-03-08 08:34:16 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-24 20:35:19 +0100
commitf7299dce9770a5b4a3a5ab289e930a390aa0407a (patch)
treece53e0a4ad59df124d923638581eb2bb5b3c0f12 /sql
parent67e0b2573925c323e4fc918311226588248ef35d (diff)
Core/Spell: SpellAura Redux (#22794)
* typo and correction * spell aura no longer shared between targets _spellAura isolated * SPELL_AURA_CONTROL_VEHICLE is not strictly single target spell Steam Tank Control and Wyrmrest Commander units can reseat themselves again * Rename 9999_99_99_99_world.sql to 2019_03_08_00_world.sql (cherry picked from commit ec3cb05d7fbc5cef60d000af910dc39dd3af92bf)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_24_26_world_2019_03_08_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_26_world_2019_03_08_00_world.sql b/sql/updates/world/master/2021_11_24_26_world_2019_03_08_00_world.sql
new file mode 100644
index 00000000000..1cf16d8a632
--- /dev/null
+++ b/sql/updates/world/master/2021_11_24_26_world_2019_03_08_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_vehicle_control_link' AND `spell_id` IN (49078, 50343);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(49078, 'spell_gen_vehicle_control_link'),
+(50343, 'spell_gen_vehicle_control_link');