diff --git a/lib/spells/TargetCondition.cpp b/lib/spells/TargetCondition.cpp index 47d1e113c..cb4ddc976 100644 --- a/lib/spells/TargetCondition.cpp +++ b/lib/spells/TargetCondition.cpp @@ -298,7 +298,7 @@ protected: //this stack is from other player else if(battleWideNegation) { - if(!m->ownerMatches(target, false)) + if(m->ownerMatches(target, false)) return true; } return false;