summaryrefslogtreecommitdiff
path: root/src/map/guild.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/guild.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/guild.c')
-rw-r--r--src/map/guild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 0517887d3..ae76b22a3 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -1899,7 +1899,7 @@ static int guild_gm_changed(int guild_id, int account_id, int char_id)
if (g->member[pos].sd && g->member[pos].sd->fd) {
clif->message(g->member[pos].sd->fd, msg_sd(g->member[pos].sd,878)); //"You no longer are the Guild Master."
g->member[pos].sd->state.gmaster_flag = 0;
- clif->charnameack(0, &g->member[pos].sd->bl);
+ clif->blname_ack(0, &g->member[pos].sd->bl);
}
if (g->member[0].sd && g->member[0].sd->fd) {
@@ -1907,7 +1907,7 @@ static int guild_gm_changed(int guild_id, int account_id, int char_id)
g->member[0].sd->state.gmaster_flag = 1;
//Block his skills for 5 minutes to prevent abuse.
guild->block_skill(g->member[0].sd, 300000);
- clif->charnameack(0, &g->member[pos].sd->bl);
+ clif->blname_ack(0, &g->member[pos].sd->bl);
}
// announce the change to all guild members