- Fixed the login-sql server replying to the change-sex packet with the wrong gender, causing the char-server to screw-up job-change updates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8180 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -2582,6 +2582,7 @@ int parse_frommap(int fd) {
|
||||
if (RFIFOREST(fd) < 6 || RFIFOREST(fd) < RFIFOW(fd,2))
|
||||
return 0;
|
||||
{
|
||||
//TODO: When data mismatches memory, update guild/party online/offline states.
|
||||
int i, aid, cid;
|
||||
struct online_char_data* character;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user