Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482)

This commit is contained in:
aquadeus
2021-12-28 21:18:50 +01:00
committed by GitHub
parent 04b06ab35f
commit 108eeea327
2 changed files with 20 additions and 0 deletions

View File

@@ -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');