소스 검색

Fixed returning to char-select

Fixes #8420

Thanks to @gmragnarok and @Beginerxx
Lemongrass3110 11 달 전
부모
커밋
8c4d1bb0c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)