mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-14 00:14:40 +02:00
Fixed up message packet and set dream packets.
This commit is contained in:
parent
01d32d4d15
commit
d60938346b
2 changed files with 3 additions and 7 deletions
|
@ -14,6 +14,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player
|
|||
|
||||
public static SubPacket buildPacket(uint playerActorID, uint dreamID)
|
||||
{
|
||||
dreamID += 0x20E;
|
||||
return new SubPacket(OPCODE, playerActorID, playerActorID, BitConverter.GetBytes((uint)dreamID));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue