diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-04 17:53:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-04 17:56:38 +0300 |
commit | b83f07275fb87c61f4664a384f3de2a4938ab76c (patch) | |
tree | 39ee2247bc8d4934df5c8d5ecfc1e317c7aef35c /src/char/char.h | |
parent | 0cff16e9883c633d8ef21228ec2991e53da54cd7 (diff) | |
download | evol-hercules-b83f07275fb87c61f4664a384f3de2a4938ab76c.tar.gz evol-hercules-b83f07275fb87c61f4664a384f3de2a4938ab76c.tar.bz2 evol-hercules-b83f07275fb87c61f4664a384f3de2a4938ab76c.tar.xz evol-hercules-b83f07275fb87c61f4664a384f3de2a4938ab76c.zip |
add support for race selection in char creation packet.
Change server version to 4.
Diffstat (limited to 'src/char/char.h')
-rw-r--r-- | src/char/char.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h index f1be161..2ebbdb3 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -6,4 +6,6 @@ void echar_parse_char_login_map_server(int *fd); +void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data* sd); + #endif // EVOL_CHAR_CHAR |