summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-05 23:30:12 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-07 22:40:03 +0300
commit8e2f7d6b882b0e1d123d6cd91041d8985991faf7 (patch)
treec200f8d91b6b216a6743c93898fa5b298514cee6 /src/map/homunculus.c
parent2b6e590b9cc8211c623c20242efc4dac9e313b0b (diff)
downloadhercules-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/homunculus.c')
-rw-r--r--src/map/homunculus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c
index aa3bb5360..f3a4c559a 100644
--- a/src/map/homunculus.c
+++ b/src/map/homunculus.c
@@ -779,7 +779,7 @@ static bool homunculus_change_name_ack(struct map_session_data *sd, const char *
}
safestrncpy(hd->homunculus.name, newname, NAME_LENGTH);
aFree(newname);
- clif->charnameack (0,&hd->bl);
+ clif->blname_ack(0,&hd->bl);
hd->homunculus.rename_flag = 1;
clif->hominfo(sd,hd,0);
return true;