* Followup to r12579 (all other players appeared as female on sql branch).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12583 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -2833,6 +2833,8 @@ int parse_frommap(int fd)
|
||||
node->sex == sex &&
|
||||
node->ip == ip )
|
||||
{// auth ok
|
||||
cd->sex = sex;
|
||||
|
||||
WFIFOHEAD(fd,20 + sizeof(struct mmo_charstatus));
|
||||
WFIFOW(fd,0) = 0x2afd;
|
||||
WFIFOW(fd,2) = 20 + sizeof(struct mmo_charstatus);
|
||||
|
||||
Reference in New Issue
Block a user