diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-25 05:25:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 05:25:40 +0300 |
commit | 449d374837d845c7a8b78bf38695b511f23fe340 (patch) | |
tree | c16a2361751db5c6eeacca9725aace120d34d1a3 /src/emap/clif.h | |
parent | d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1 (diff) | |
download | plugin-449d374837d845c7a8b78bf38695b511f23fe340.tar.gz plugin-449d374837d845c7a8b78bf38695b511f23fe340.tar.bz2 plugin-449d374837d845c7a8b78bf38695b511f23fe340.tar.xz plugin-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.h | 3 |
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, |