Added party sync packet which will sync member info between world/zone servers.

This commit is contained in:
Filip Maj 2016-12-20 19:17:50 -05:00
parent a68866617f
commit 2bdc238bc2
6 changed files with 158 additions and 4 deletions

View file

@ -1,5 +1,6 @@

using FFXIVClassic.Common;
using FFXIVClassic_Map_Server.actors.group;
using FFXIVClassic_Map_Server.Actors.Chara;
using FFXIVClassic_Map_Server.packets.send.actor;
@ -50,7 +51,9 @@ namespace FFXIVClassic_Map_Server.Actors
public Work work = new Work();
public CharaWork charaWork = new CharaWork();
public Group currentParty = null;
public Character(uint actorID) : base(actorID)
{
//Init timer array to "notimer"