Fixed returning to char-select
Fixes #8420 Thanks to @gmragnarok and @Beginerxx
This commit is contained in:
parent
503f9e09f6
commit
8c4d1bb0c6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user