aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoraquadeus <95978183+aquadeus@users.noreply.github.com>2021-12-28 21:18:50 +0100
committerGitHub <noreply@github.com>2021-12-28 21:18:50 +0100
commit108eeea327b50a157c503da42b05b59003a1ffac (patch)
tree4cc8accf8e35f9cd68596c72ce753fa37f6b1716 /sql
parent04b06ab35ff5be05794d0ce5a278bd0b6fa8d4b8 (diff)
Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_12_28_01_world_shaman_natures_guardian.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_28_01_world_shaman_natures_guardian.sql b/sql/updates/world/master/2021_12_28_01_world_shaman_natures_guardian.sql
new file mode 100644
index 00000000000..6e40c3bd439
--- /dev/null
+++ b/sql/updates/world/master/2021_12_28_01_world_shaman_natures_guardian.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_natures_guardian';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(30884, 'spell_sha_natures_guardian');