mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added subclassed groups to auto-set workvalues.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user