diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/login/login.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/login.cpp b/src/login/login.cpp index 1d05d49..8d526f6 100644 --- a/src/login/login.cpp +++ b/src/login/login.cpp @@ -978,6 +978,7 @@ int mmo_auth(struct mmo_account *account, int fd) LOGIN_LOG("Account creation and authentification accepted (account %s (id: %d), sex: %c, connection with _F/_M, ip: %s)\n", account->userid, new_id, account->userid[len + 1], ip); + ad = &auth_data.back(); } } |