summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/echar/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index 875e6cf..a73b826 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -42,7 +42,7 @@ void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data* sd)
return;
}
sex = RFIFOB(fd, 33);
- if (sex != 9 && sex != 1 && sex != 3 && sex != 99)
+ if (sex != 0 && sex != 1 && sex != 3 && sex != 99)
{
chr->creation_failed(fd, -11);
RFIFOSKIP(fd, 31 + 5);