mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
committed by
Andrii Danylchenko
parent
ff00747ecf
commit
92dc902748
@@ -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;
|
||||
|
Reference in New Issue
Block a user