From 7690957ace539fbdb913817bbaa761681b35ef7b Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Wed, 26 Sep 2018 14:01:45 +0200 Subject: DB/Procs: Stormcaller's Wrath (shaman AQ40 tier) and Shaman's Dungeon Set 6pc Closes #22525 Closes #22522 (cherry picked from commit af704150215e35ecc9108dadafa903f40a3d7107) --- sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_11_11_14_world_2018_09_26_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3