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

@@ -474,5 +474,14 @@ namespace FFXIVClassic_Map_Server.Actors
else
return;
}
//A party member list packet came, set the party
/* public void SetParty(MonsterPartyGroup group)
{
if (group is MonsterPartyGroup)
currentParty = group;
}
*/
}
}