diff options
| author | PolarCookie <sei009@post.uit.no> | 2019-03-08 08:34:16 +0100 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-03-08 08:34:16 +0100 |
| commit | ec3cb05d7fbc5cef60d000af910dc39dd3af92bf (patch) | |
| tree | f0b35878eb73b046aca3964ae5d0d790cec03171 /sql | |
| parent | 3eecadcebf11f7418b6cdcf5d3602cea5e4e60f7 (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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_08_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
