diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-08 19:56:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-08 19:56:08 +0300 |
commit | 8f76b5e745322b637a02e9a45c996acebe95bc3e (patch) | |
tree | 3583c405c24c90a395958cdb0181c4d6c2cd4888 /src/emap/map.c | |
parent | 5ad15527869c9ca9d374d9463a74093b536e96bc (diff) | |
download | evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.gz evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.bz2 evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.tar.xz evol-hercules-8f76b5e745322b637a02e9a45c996acebe95bc3e.zip |
Update from hercules
Diffstat (limited to 'src/emap/map.c')
-rw-r--r-- | src/emap/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/map.c b/src/emap/map.c index cfbffef..9b38045 100644 --- a/src/emap/map.c +++ b/src/emap/map.c @@ -614,7 +614,7 @@ void map_alwaysVisible_send(TBL_PC *sd) continue; } clif->set_unit_idle(&npc->bl, sd, SELF); - clif->charnameack(sd->fd, &npc->bl); + clif->blname_ack(sd->fd, &npc->bl); } } |