bugfix/87-client-dc-on-char-deletion #90
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue