summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-17 13:33:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-17 13:33:56 +0300
commit1e21393782af0df7c528dba5a2f0a80ea0c7e4ab (patch)
tree3ff648f4638426b6401bd8a62d5d0babc65bde30 /src/map/parse.h
parentc7a03f4a20ae7a39277417ee566211f7dd94130a (diff)
downloadevol-hercules-1e21393782af0df7c528dba5a2f0a80ea0c7e4ab.tar.gz
evol-hercules-1e21393782af0df7c528dba5a2f0a80ea0c7e4ab.tar.bz2
evol-hercules-1e21393782af0df7c528dba5a2f0a80ea0c7e4ab.tar.xz
evol-hercules-1e21393782af0df7c528dba5a2f0a80ea0c7e4ab.zip
add pet talk packet.
Changed server version to 5.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r--src/map/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
index dc5f020..8badfc5 100644
--- a/src/map/parse.h
+++ b/src/map/parse.h
@@ -7,5 +7,6 @@
void map_parse_version(int fd);
void map_parse_join_channel(int fd);
void map_parse_part_channel(int fd);
+void map_parse_pet_say(int fd);
#endif // EVOL_MAP_PARSE