diff options
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'); |
