Attacked clan must see single sword icon on attackers.
This commit is contained in:
@@ -1101,7 +1101,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user