Explorar o código

Fixes the pincode system (#7719)

Fixes #7700

Thanks to @24msz6eo, @Melk3000 and @vstumpf
Lemongrass3110 %!s(int64=2) %!d(string=hai) anos
pai
achega
339adbbe2d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/char/char.cpp

+ 1 - 0
src/char/char.cpp

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