1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
This commit is contained in:
nordsoft
2022-08-22 05:30:38 +04:00
committed by Andrii Danylchenko
parent ff00747ecf
commit 92dc902748

View File

@@ -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;