Fixes the pincode system (#7719)

Fixes #7700

Thanks to @24msz6eo, @Melk3000 and @vstumpf
This commit is contained in:
Lemongrass3110 2023-04-17 18:20:15 +02:00 committed by GitHub
parent 579dea8fad
commit 339adbbe2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ online_char_data::online_char_data( uint32 account_id ){
this->server = -1;
this->fd = -1;
this->waiting_disconnect = INVALID_TIMER;
this->pincode_success = false;
}
void char_set_charselect(uint32 account_id) {