summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-14 03:11:52 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-14 03:11:52 +0300
commit9f23e082a90ff69817f0ed01d9508a755b3fb1a9 (patch)
tree71b364717dc113f474367542062dfbfd4ac91199 /src/emap/clif.h
parent3e8a083fbfc8127b2222f34f6a599c93038fe1d9 (diff)
downloadevol-hercules-9f23e082a90ff69817f0ed01d9508a755b3fb1a9.tar.gz
evol-hercules-9f23e082a90ff69817f0ed01d9508a755b3fb1a9.tar.bz2
evol-hercules-9f23e082a90ff69817f0ed01d9508a755b3fb1a9.tar.xz
evol-hercules-9f23e082a90ff69817f0ed01d9508a755b3fb1a9.zip
Add legacy bl name packets for legacy clients
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index 1c602d8..b4f384d 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -13,6 +13,10 @@ void eclif_blname_ack_pre(int *fdPtr,
struct block_list **blPtr);
void eclif_blname_ack_pre_sub(int *fdPtr,
struct block_list **blPtr);
+void eclif_homname_ack_pre(int *fdPtr, struct block_list **blPtr);
+void eclif_mername_ack_pre(int *fdPtr, struct block_list **blPtr);
+void eclif_petname_ack_pre(int *fdPtr, struct block_list **blPtr);
+void eclif_elemname_ack_pre(int *fdPtr, struct block_list **blPtr);
void eclif_charnameupdate_pre(struct map_session_data **ssdPtr);
void eclif_getareachar_unit_post(TBL_PC *sd,
struct block_list *bl);