mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-03 00:01:57 +02:00
Partially figured out the SetSpecialEventWork Packet.
This commit is contained in:
parent
1d9f57a385
commit
b838027cba
3 changed files with 6 additions and 6 deletions
|
@ -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(""))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue