aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoraquadeus <95978183+aquadeus@users.noreply.github.com>2021-12-25 21:55:23 +0100
committerGitHub <noreply@github.com>2021-12-25 21:55:23 +0100
commitc95b1784dfb164b2844658c7a80a34586a7cb8fc (patch)
treef3a8bbfef10a0259176ed4b310640130ac3a58c0 /sql/updates
parent5be16577f714958af7ec9a3e163d0b5e17b77973 (diff)
Scripts/Spells: Fixed lightning bolt energize (elemental) (#27467)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_25_04_world_shaman_lightning_bolt.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_25_04_world_shaman_lightning_bolt.sql b/sql/updates/world/master/2021_12_25_04_world_shaman_lightning_bolt.sql
new file mode 100644
index 00000000000..6a3cea85940
--- /dev/null
+++ b/sql/updates/world/master/2021_12_25_04_world_shaman_lightning_bolt.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_lightning_bolt';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(188196, 'spell_sha_lightning_bolt');