From e6ba1fbd530a32ca6069b0f43fc28fbec4eb9096 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 25 Dec 2021 22:45:23 +0100 Subject: Scripts/Spells: Fixed Lightning Bolt Overload, Chain Lightning Overload, Elemental Blast and Elemental Blast Overload energize effects --- sql/updates/world/master/2021_12_25_06_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2021_12_25_06_world.sql (limited to 'sql') 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'); -- cgit v1.2.3