aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-04-27 12:52:20 -0300
committerariel- <ariel-@users.noreply.github.com>2017-04-27 12:52:50 -0300
commit553103963fb7d027ede938c2e9ad9dccf6d7fd2c (patch)
treef41ead96ead0e4f468a6b0d26f9d5546273b0411
parent3ea46e57afe26778704647084cc6fa55a798e510 (diff)
DB/Spell: fix Glyph of Shadow proc
- Fixes not proccing with Imp. Devouring Plague/Mind Flay/Mind Sear
-rw-r--r--sql/updates/world/3.3.5/2017_04_27_01_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql b/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql
new file mode 100644
index 00000000000..9259c6eb1ca
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=55689;