nordsoft 3 år sedan
förälder
incheckning
92dc902748
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lib/spells/TargetCondition.cpp

+ 1 - 1
lib/spells/TargetCondition.cpp

@@ -298,7 +298,7 @@ protected:
 		//this stack is from other player
 		//this stack is from other player
 		else if(battleWideNegation)
 		else if(battleWideNegation)
 		{
 		{
-			if(!m->ownerMatches(target, false))
+			if(m->ownerMatches(target, false))
 				return true;
 				return true;
 		}
 		}
 		return false;
 		return false;