Partially figured out the SetSpecialEventWork Packet.

This commit is contained in:
Filip Maj
2017-06-15 01:18:57 -04:00
parent 1d9f57a385
commit b838027cba
3 changed files with 6 additions and 6 deletions

View File

@@ -328,7 +328,7 @@ namespace FFXIVClassic_Map_Server.Actors
if (IsMyPlayer(playerActorId))
{
subpackets.Add(_0x196Packet.BuildPacket(playerActorId, playerActorId));
subpackets.Add(SetSpecialEventWorkPacket.BuildPacket(playerActorId, playerActorId));
if (hasChocobo && chocoboName != null && !chocoboName.Equals(""))
{