Fixed returning to char-select

Fixes #8420

Thanks to @gmragnarok and @Beginerxx
This commit is contained in:
Lemongrass3110 2024-06-13 15:24:53 +02:00
parent 503f9e09f6
commit 8c4d1bb0c6

View File

@ -782,6 +782,7 @@ int chclif_parse_reqtoconnect(int fd, struct char_session_data* sd,uint32 ipl){
{// authentication found (coming from map server)
char_get_authdb().erase(account_id);
char_auth_ok(fd, sd);
sd->pincode_correct = true; // already entered pincode correctly yet
}
else
{// authentication not found (coming from login server)