DB/Spell: Fix 2 procs (triggered flag)

- Hunting Party (Closes #18412)
- Inspiration (Closes #18413)
This commit is contained in:
ariel-
2016-12-29 05:02:47 -03:00
parent 4039a3eb47
commit 8cbac357ce

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (-14892, -53290);