mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-03 16:21:52 +02:00
Finished refactoring Map Server. Clear of syntax errors.
This commit is contained in:
parent
d8ac8216c4
commit
7c4091a196
89 changed files with 211 additions and 188 deletions
|
@ -22,7 +22,7 @@ namespace FFXIVClassic_Map_Server.packets.send.recruitment
|
|||
{
|
||||
if (details == null)
|
||||
{
|
||||
return new SubPacket(OPCODE, playerActorID, playerActorID, data);
|
||||
return new SubPacket(OPCODE, sourceActorId, data);
|
||||
}
|
||||
|
||||
binWriter.Write((UInt32)details.purposeId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue