diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-05 23:30:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-07 22:40:03 +0300 |
commit | 8e2f7d6b882b0e1d123d6cd91041d8985991faf7 (patch) | |
tree | c200f8d91b6b216a6743c93898fa5b298514cee6 /src/map/clif.h | |
parent | 2b6e590b9cc8211c623c20242efc4dac9e313b0b (diff) | |
download | hercules-8e2f7d6b882b0e1d123d6cd91041d8985991faf7.tar.gz hercules-8e2f7d6b882b0e1d123d6cd91041d8985991faf7.tar.bz2 hercules-8e2f7d6b882b0e1d123d6cd91041d8985991faf7.tar.xz hercules-8e2f7d6b882b0e1d123d6cd91041d8985991faf7.zip |
Rename clif_charnameack into clif_blname_ack
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 9e60256c6..55f7906c3 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -883,7 +883,7 @@ struct clif_interface { void (*mvp_exp) (struct map_session_data *sd, unsigned int exp); void (*mvp_noitem) (struct map_session_data* sd); void (*changed_dir) (struct block_list *bl, enum send_target target); - void (*charnameack) (int fd, struct block_list *bl); + void (*blname_ack) (int fd, struct block_list *bl); void (*monster_hp_bar) ( struct mob_data* md, struct map_session_data *sd ); int (*hpmeter) (struct map_session_data *sd); void (*hpmeter_single) (int fd, int id, unsigned int hp, unsigned int maxhp); |