nordsoft 3 年之前
父节点
当前提交
92dc902748
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;