aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_25_06_world.sql7
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');