From 5f8af7d869ec7daa1cd143bc9ebb10bf3e9664e9 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 4 Aug 2008 03:31:22 +0000 Subject: [PATCH] Fixed an auth bug in txt charserver (caused by r12579, followup to r12609) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13042 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/char.c b/src/char/char.c index d1225aee1a..6ee2f69285 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3113,7 +3113,7 @@ int parse_frommap(int fd) // only use the auth once and mark user online idb_remove(auth_db, account_id); - set_char_online(id, account_id, char_id); + set_char_online(id, char_id, account_id); } else {// auth failed