I've noticed that the Group attributes Puller, MainTank, MainAssist but not Group.Leader get corrupted with an off-by-one error when a merc that takes a high up group order (2nd spot for example) is suspended.
To test:
- Make a group, distribute the roles around.
- Check Group.<role> attributes are returning the right values.
- Unsuspend merc on a group member high up in the group order (first position shows this best - merc gets group position number 2).
- Check Group.<role> attributes are returning the right values.
- Suspend merc.
- Group.<role> attributes are now off by one for any group member that was below the merc in group order (position 3 or lower).


