DB/Spell: fix Glyph of Shadow proc

- Fixes not proccing with Imp. Devouring Plague/Mind Flay/Mind Sear
This commit is contained in:
ariel-
2017-04-27 12:52:20 -03:00
parent 3ea46e57af
commit 553103963f

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=55689;