mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
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;
|
||||
|
Loading…
Reference in New Issue
Block a user