summaryrefslogtreecommitdiff
path: root/src/map/party.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
commita087ad9e45ac64f2ae6258f729a68bcc224fe305 (patch)
treee5faa695f9f0173f73d220da332d5cbd7a8876b2 /src/map/party.c
parent1443f47ca63972f737bd9cc0322f77dc416ff2a0 (diff)
downloadhercules-r12.5_BUGGY.tar.gz
hercules-r12.5_BUGGY.tar.bz2
hercules-r12.5_BUGGY.tar.xz
hercules-r12.5_BUGGY.zip
This is Hercules v2019.10.20r12.5_BUGGY
Diffstat (limited to 'src/map/party.c')
-rw-r--r--src/map/party.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/party.c b/src/map/party.c
index 9fbe915f3..35ffe5636 100644
--- a/src/map/party.c
+++ b/src/map/party.c
@@ -695,6 +695,7 @@ static int party_broken(int party_id)
if( p->data[i].sd!=NULL ) {
clif->party_withdraw(p,p->data[i].sd,p->party.member[i].account_id,p->party.member[i].name,0x10);
p->data[i].sd->status.party_id=0;
+ clif->charnameupdate(p->data[i].sd);
}
}