summaryrefslogtreecommitdiff
path: root/src/emap/map.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-08 19:56:08 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-08 19:56:08 +0300
commit8f76b5e745322b637a02e9a45c996acebe95bc3e (patch)
tree3583c405c24c90a395958cdb0181c4d6c2cd4888 /src/emap/map.c
parent5ad15527869c9ca9d374d9463a74093b536e96bc (diff)
downloadevol-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.c2
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);
}
}