diff options
| author | aquadeus <95978183+aquadeus@users.noreply.github.com> | 2021-12-28 21:18:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-28 21:18:50 +0100 |
| commit | 108eeea327b50a157c503da42b05b59003a1ffac (patch) | |
| tree | 4cc8accf8e35f9cd68596c72ce753fa37f6b1716 /sql/updates | |
| parent | 04b06ab35ff5be05794d0ce5a278bd0b6fa8d4b8 (diff) | |
Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_12_28_01_world_shaman_natures_guardian.sql | 3 |
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'); |
