Client not marked online until map receives auth request from the client and is approved. Also added some online/offline sets to the auth system that were being looked over and not properly updating the char server as to what's going on.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12552 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Kevin
2008-04-10 21:28:27 +00:00
parent fd5f918452
commit 3c7a81a079
3 changed files with 12 additions and 3 deletions

View File

@@ -3171,7 +3171,6 @@ int parse_char(int fd)
node->ip = ipl;
idb_put(auth_db, sd->account_id, node);
set_char_online(i, char_dat.char_id, char_dat.account_id);
}
break;