aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoraquadeus <95978183+aquadeus@users.noreply.github.com>2021-12-26 20:13:41 +0100
committerGitHub <noreply@github.com>2021-12-26 20:13:41 +0100
commitfed9d73f667c0deed6ee201093ffe43746a178f0 (patch)
treef5044e2ab49f91cf906b06a7603390b4480b1ff9 /sql/updates
parentb821a729733db0d3742b4aefe05e5a8305724f66 (diff)
Scripts/Spells Fix shaman talent Aftershock (#27469)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_26_01_world_shaman_aftershock.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_26_01_world_shaman_aftershock.sql b/sql/updates/world/master/2021_12_26_01_world_shaman_aftershock.sql
new file mode 100644
index 00000000000..119d1b0e52f
--- /dev/null
+++ b/sql/updates/world/master/2021_12_26_01_world_shaman_aftershock.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_aftershock';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(273221, 'spell_sha_aftershock');