Parcourir la source

Fixed returning to char-select

Fixes #8420

Thanks to @gmragnarok and @Beginerxx
Lemongrass3110 il y a 11 mois
Parent
commit
8c4d1bb0c6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/char/char_clif.cpp

+ 1 - 0
src/char/char_clif.cpp

@@ -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)