Преглед на файлове

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)