diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-12-25 22:45:23 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-25 22:45:23 +0100 |
| commit | e6ba1fbd530a32ca6069b0f43fc28fbec4eb9096 (patch) | |
| tree | 8da770ebe2d3962e792895f4e9bc56b0fbcb04eb /sql/updates | |
| parent | 47d8b17e9f6766ade424027d4cdaf46eb0beb488 (diff) | |
Scripts/Spells: Fixed Lightning Bolt Overload, Chain Lightning Overload, Elemental Blast and Elemental Blast Overload energize effects
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_12_25_06_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_25_06_world.sql b/sql/updates/world/master/2021_12_25_06_world.sql new file mode 100644 index 00000000000..b98dc747b28 --- /dev/null +++ b/sql/updates/world/master/2021_12_25_06_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_lightning_bolt_overload'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_chain_lightning_overload'; +DELETE FROM `spell_script_names` WHERE `spell_id`=120588 AND `ScriptName`='spell_sha_elemental_blast'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(45284,'spell_sha_lightning_bolt_overload'), +(45297,'spell_sha_chain_lightning_overload'), +(120588,'spell_sha_elemental_blast'); |
