nordsoft 3 anni fa
parent
commit
92dc902748
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/spells/TargetCondition.cpp

+ 1 - 1
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;