bugfix/87-client-dc-on-char-deletion #90

Merged
rainote merged 12 commits from bugfix/87-client-dc-on-char-deletion into master 2023-11-19 14:10:19 +00:00
Showing only changes of commit c630135b91 - Show all commits

View file

@ -114,7 +114,7 @@ public class CharacterCreationHandler : IPacketHandler<CharacterCreationPacket>
await authSession.SendAsync(new CharacterCreationResponsePacket
{
Character = character,
Slot = amountOfCharacters - 1,
Slot = packet.Slot,
isDuplicate = false,
}).ConfigureAwait(false);
}