summaryrefslogtreecommitdiff
path: root/src/char/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-04 17:53:34 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-04 17:56:38 +0300
commitb83f07275fb87c61f4664a384f3de2a4938ab76c (patch)
tree39ee2247bc8d4934df5c8d5ecfc1e317c7aef35c /src/char/char.h
parent0cff16e9883c633d8ef21228ec2991e53da54cd7 (diff)
downloadevol-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.h2
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