From 0ccfde1f792c1b06f1a3088acdcee606c8b3c42b Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sun, 18 Mar 2018 12:49:40 -0400 Subject: [PATCH] Core/Spell: Misc fix --- Source/Game/Spells/SpellManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index d5aeec559..96d55f277 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -2379,6 +2379,8 @@ namespace Game.Entities spellInfo.GetEffect(0).SpellClassMask = new FlagArray128(685904631, 1151048, 0, 0); break; case 52212: // Death and Decay + case 41485: // Deadly Poison - Black Temple + case 41487: // Envenom - Black Temple spellInfo.AttributesEx6 |= SpellAttr6.CanTargetInvisible; break; case 37408: // Oscillation Field