1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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
else if(battleWideNegation)
{
if(!m->ownerMatches(target, false))
if(m->ownerMatches(target, false))
return true;
}
return false;