diff --git a/Source/Game/Spells/SpellInfo.cs b/Source/Game/Spells/SpellInfo.cs index 227515371..1b1183202 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -3573,7 +3573,8 @@ namespace Game.Spells case AuraType.ModAttackerMeleeCritChance: case AuraType.ModAttackerRangedCritChance: case AuraType.ModAttackerSpellAndWeaponCritChance: - // have positive and negative spells, check target + case AuraType.Dummy: + // check target for positive and negative spells if (!_isPositiveTarget(effect)) return false; break;