aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoraquadeus <95978183+aquadeus@users.noreply.github.com>2021-12-26 21:46:07 +0100
committerGitHub <noreply@github.com>2021-12-26 21:46:07 +0100
commitf230af918b3b41c5a2209d4be48c24857028efd1 (patch)
treec8a203940da054d4fe03c514d8ef6fbb3f6c42d4 /sql/updates
parentfed9d73f667c0deed6ee201093ffe43746a178f0 (diff)
Scripts/Spells: Fix shaman talent Downpour (#27477)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_26_02_world_shaman_downpour.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_26_02_world_shaman_downpour.sql b/sql/updates/world/master/2021_12_26_02_world_shaman_downpour.sql
new file mode 100644
index 00000000000..af0e28acfe6
--- /dev/null
+++ b/sql/updates/world/master/2021_12_26_02_world_shaman_downpour.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_downpour';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(207778, 'spell_sha_downpour');