summaryrefslogtreecommitdiff
path: root/src/map/send.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/send.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/send.h')
-rw-r--r--src/map/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
index 0c6bb9c..04ba9aa 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -21,5 +21,6 @@ void send_pc_info(struct block_list* bl1,
void send_npc_info(struct block_list* bl1,
struct block_list* bl2,
enum send_target target);
+void send_pet_say(struct map_session_data *sd, const char *const message);
#endif // EVOL_MAP_PC