mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-12 23:44:34 +02:00
Fixed the retainer database error. Loading code now matches the new retainer db schema.
This commit is contained in:
parent
4762811347
commit
62484e2f87
3 changed files with 44 additions and 11 deletions
|
@ -51,7 +51,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
|||
//Write Entries
|
||||
binWriter.Write((uint)retainer.id);
|
||||
binWriter.Write((uint)retainer.characterId);
|
||||
binWriter.Write((ushort)retainer.slot);
|
||||
binWriter.Write((ushort)totalCount);
|
||||
binWriter.Write((ushort)(retainer.doRename ? 0x04 : 0x00));
|
||||
binWriter.Write((uint)0);
|
||||
binWriter.Write(Encoding.ASCII.GetBytes(retainer.name.PadRight(0x20, '\0')));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue