summaryrefslogtreecommitdiff
path: root/src/map/pet.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/pet.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/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index e2e4c4690..96fe63c51 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -733,7 +733,7 @@ static int pet_change_name_ack(struct map_session_data *sd, const char *name, in
}
safestrncpy(pd->pet.name, newname, NAME_LENGTH);
aFree(newname);
- clif->charnameack (0,&pd->bl);
+ clif->blname_ack(0,&pd->bl);
pd->pet.rename_flag = 1;
clif->send_petdata(NULL, sd->pd, 3, sd->pd->vd.head_bottom);
clif->send_petstatus(sd);