Attacked clan must see single sword icon on attackers.

This commit is contained in:
MobiusDevelopment
2021-10-24 13:48:20 +00:00
parent 74c475eb4b
commit 8f2a0b0133
33 changed files with 33 additions and 33 deletions

View File

@@ -1132,7 +1132,7 @@ public class PlayerInstance extends Playable
case DECLARATION:
case BLOOD_DECLARATION:
{
if (war.getAttackerClanId() == target.getClanId())
if (war.getAttackerClanId() != target.getClanId())
{
result |= RelationChanged.RELATION_DECLARED_WAR;
}