summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-25 13:40:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-25 13:40:10 +0300
commitb35860a736d42d0320e9a7afbf9d56b7b95214f9 (patch)
tree9586546b1f7a61f1e0e12d5b7344821c8e326dd7 /src/map/send.h
parentdf032822a50b15877d43920522cabf85fff78589 (diff)
downloadevol-hercules-b35860a736d42d0320e9a7afbf9d56b7b95214f9.tar.gz
evol-hercules-b35860a736d42d0320e9a7afbf9d56b7b95214f9.tar.bz2
evol-hercules-b35860a736d42d0320e9a7afbf9d56b7b95214f9.tar.xz
evol-hercules-b35860a736d42d0320e9a7afbf9d56b7b95214f9.zip
Add packet for homunculus/mercenary talk.
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/send.h b/src/map/send.h
index 54bd844..0e18ff2 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -21,7 +21,10 @@ 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);
+void send_slave_say(struct map_session_data *sd,
+ struct block_list *bl,
+ const char *const name,
+ const char *const message);
void send_pet_emote(struct map_session_data *sd, const int emote);
void send_online_list(int fd, const char *buf, unsigned size);