summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 05:25:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 05:25:40 +0300
commit449d374837d845c7a8b78bf38695b511f23fe340 (patch)
treec16a2361751db5c6eeacca9725aace120d34d1a3 /src/emap/clif.h
parentd15e6bce81b6728f98f1bd4b33d8a10cc4a020e1 (diff)
downloadevol-hercules-449d374837d845c7a8b78bf38695b511f23fe340.tar.gz
evol-hercules-449d374837d845c7a8b78bf38695b511f23fe340.tar.bz2
evol-hercules-449d374837d845c7a8b78bf38695b511f23fe340.tar.xz
evol-hercules-449d374837d845c7a8b78bf38695b511f23fe340.zip
Fix name response packets for manaplus with packet version 24 or older.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index ef09b07..3a563fd 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -11,6 +11,9 @@ void eclif_quest_add_pre(TBL_PC **sdPtr,
struct quest **qdPtr);
void eclif_charnameack_pre(int *fdPtr,
struct block_list **blPtr);
+void eclif_charnameack_pre_sub(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);
bool eclif_spawn_post(bool retVal,