diff options
author | Nyeriah <Nyeriah@users.noreply.github.com> | 2018-09-26 14:01:45 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-26 14:01:45 +0200 |
commit | af704150215e35ecc9108dadafa903f40a3d7107 (patch) | |
tree | 85059dfa7f64768e19f3fe9aad4584315dac4591 | |
parent | cfb20789506cdd47561e23f1b15cb76d72c620e6 (diff) |
DB/Procs: Stormcaller's Wrath (shaman AQ40 tier) and Shaman's Dungeon Set 6pc
Closes #22525
Closes #22522
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_26_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_26_02_world.sql b/sql/updates/world/3.3.5/2018_09_26_02_world.sql new file mode 100644 index 00000000000..8baba1012f6 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |