From 98ef4c5a374fb6b9e0f323c9ef1af87fd5b56191 Mon Sep 17 00:00:00 2001 From: Vincent Thibault Date: Mon, 28 Jul 2014 12:25:52 +0200 Subject: Fix argument error in Client Hash --- src/login/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/login.c b/src/login/login.c index cb30de2f3..c12c9bde9 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -1036,7 +1036,7 @@ int mmo_auth(struct login_session_data* sd, bool isServer) { int i; if( !sd->has_client_hash ) { - ShowNotice("Client didn't send client hash (account: %s, pass: %s, ip: %s)\n", sd->userid, sd->passwd, acc.state, ip); + ShowNotice("Client didn't send client hash (account: %s, pass: %s, ip: %s)\n", sd->userid, sd->passwd, ip); return 5; } -- cgit v1.2.3-60-g2f50