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/npc.c | |
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/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 61341744d..4b79a9fed 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -3911,7 +3911,7 @@ static void npc_setdisplayname(struct npc_data *nd, const char *newname) safestrncpy(nd->name, newname, sizeof(nd->name)); if( map->list[nd->bl.m].users ) - clif->charnameack(0, &nd->bl); + clif->blname_ack(0, &nd->bl); } /// Changes the display class of the npc. |