From ec3cb05d7fbc5cef60d000af910dc39dd3af92bf Mon Sep 17 00:00:00 2001 From: PolarCookie Date: Fri, 8 Mar 2019 08:34:16 +0100 Subject: 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 --- sql/updates/world/3.3.5/2019_03_08_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_08_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_03_08_00_world.sql b/sql/updates/world/3.3.5/2019_03_08_00_world.sql new file mode 100644 index 00000000000..1cf16d8a632 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); -- cgit v1.2.3