nordsoft %!s(int64=3) %!d(string=hai) anos
pai
achega
92dc902748
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;