diff options
| author | Nyeriah <Nyeriah@users.noreply.github.com> | 2018-09-26 14:01:45 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-12 00:16:29 +0100 |
| commit | 7690957ace539fbdb913817bbaa761681b35ef7b (patch) | |
| tree | 8ba458d1b3fbbe4ce1f8f8ebcfce9fbed6480a3a /sql | |
| parent | 3627920c880cf5d3c4b8bb44cf2a6133a2c42ab8 (diff) | |
DB/Procs: Stormcaller's Wrath (shaman AQ40 tier) and Shaman's Dungeon Set 6pc
Closes #22525
Closes #22522
(cherry picked from commit af704150215e35ecc9108dadafa903f40a3d7107)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql b/sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql new file mode 100644 index 00000000000..8baba1012f6 --- /dev/null +++ b/sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_proc` SET `SpellTypeMask` = `SpellTypeMask` |2 WHERE `SpellId` = 27774; +UPDATE `spell_proc` SET `SpellFamilyName` = 0 WHERE `SpellId` = 26119; |
