From 9fccafd43e1c30947f3d3748b30ecc292ec3bbe9 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 14 Apr 2008 01:11:21 +0000 Subject: * Followup to r12579 (all other players appeared as female on sql branch). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12583 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index b35e46c9f..9a1a87bee 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3156,6 +3156,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); -- cgit v1.2.3-70-g09d2