aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoraquadeus <95978183+aquadeus@users.noreply.github.com>2021-12-25 22:15:11 +0100
committerGitHub <noreply@github.com>2021-12-25 22:15:11 +0100
commit47d8b17e9f6766ade424027d4cdaf46eb0beb488 (patch)
tree7040a5e1edba98ecd4b7df6e7817704dca3ee2c5 /sql
parentc95b1784dfb164b2844658c7a80a34586a7cb8fc (diff)
Scripts/Spells: Fix chain lightning energize (elemental) (#27468)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_25_05_world_shaman_chain_lightning.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_25_05_world_shaman_chain_lightning.sql b/sql/updates/world/master/2021_12_25_05_world_shaman_chain_lightning.sql
new file mode 100644
index 00000000000..8d1cd4aabb8
--- /dev/null
+++ b/sql/updates/world/master/2021_12_25_05_world_shaman_chain_lightning.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_chain_lightning';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(188443, 'spell_sha_chain_lightning');