diff --git a/Source/Game/Spells/SpellInfo.cs b/Source/Game/Spells/SpellInfo.cs index 99f1d18ed..e44c166ab 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -3528,6 +3528,7 @@ namespace Game.Spells case AuraType.ModRangedAttackPower: case AuraType.ModDamagePercentDone: case AuraType.ModSpeedSlowAll: + case AuraType.ModAttackPowerPct: if (!_isPositiveTarget(effect) || bp < 0) return false; break;