diff options
author | Keader <keader.android@gmail.com> | 2017-02-04 12:06:56 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2017-02-04 12:07:08 -0300 |
commit | ea0393d5cc295fad8ed12e0cf0980c43e727c201 (patch) | |
tree | afaf1da221396246c957daf0c56dc81e4b689b19 | |
parent | e5a39312a40b3f765a9ca0384e0e8ded93eaa90a (diff) |
DB/Spells: Fixed Glyph of Icy Veins proc
Closes #19015
by: ariel-
-rw-r--r-- | sql/updates/world/3.3.5/2017_02_04_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_04_02_world.sql b/sql/updates/world/3.3.5/2017_02_04_02_world.sql new file mode 100644 index 00000000000..6a88b484897 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_04_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellFamilyMask2`=0 WHERE `SpellId`=56374; |