Added subclassed groups to auto-set workvalues.

This commit is contained in:
Filip Maj
2016-12-06 08:26:16 -05:00
parent c2a3641d08
commit feb73a8444
7 changed files with 95 additions and 77 deletions

View File

@@ -486,11 +486,11 @@ namespace FFXIVClassic_Map_Server.Actors
#region Groups
RetainerGroup retainerGroup = new RetainerGroup(0x800000000004e639);
PartyGroup partyGroup = new PartyGroup(0x8000000000696df2);
PartyGroup partyGroup = new PartyGroup(0x8000000000696df2, actorId);
retainerGroup.add(this);
partyGroup.add(this);
retainerGroup.sendMemberPackets(this);
partyGroup.sendMemberPackets(this);
partyGroup.sendMemberPackets(this);
#endregion
#region Inventory & Equipment