mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Partially figured out the SetSpecialEventWork Packet.
This commit is contained in:
@@ -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(""))
|
||||
{
|
||||
|
Reference in New Issue
Block a user