* Fix for "yet another online check bypass technique". (bugreport:2292)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13256 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1904,10 +1904,11 @@ int parse_fromlogin(int fd)
|
||||
WFIFOSET(i,3);
|
||||
set_eof(i);
|
||||
}
|
||||
else //Shouldn't happen, but just in case.
|
||||
else // still moving to the map-server
|
||||
set_char_offline(-1, aid);
|
||||
}
|
||||
}
|
||||
idb_remove(auth_db, aid);// reject auth attempts from map-server
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user