summaryrefslogtreecommitdiff
path: root/src/char_sql
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-10 21:28:27 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-10 21:28:27 +0000
commitc41d6db582953265e2070b54529ed4baf9c61347 (patch)
treef79bb91c511845e8f2229f250e13a7b862cf9e42 /src/char_sql
parentca96d6732c71834c6424dfeb4b6696c381f6c662 (diff)
downloadhercules-c41d6db582953265e2070b54529ed4baf9c61347.tar.gz
hercules-c41d6db582953265e2070b54529ed4baf9c61347.tar.bz2
hercules-c41d6db582953265e2070b54529ed4baf9c61347.tar.xz
hercules-c41d6db582953265e2070b54529ed4baf9c61347.zip
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12552 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql')
-rw-r--r--src/char_sql/char.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index 4ee3c51f9..5ba6c6b29 100644
--- a/src/char_sql/char.c
+++ b/src/char_sql/char.c
@@ -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;