summaryrefslogtreecommitdiff
path: root/src/map/party.c
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:10:03 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:10:03 +0200
commita0fb73f998832db72c627d11bc3b0f04c392569a (patch)
treec5b3d3bf8074be5b74a0be6041bdccec9a8ad14d /src/map/party.c
parent1443ac5b3414ecc89869b7cfaa2598564ce83218 (diff)
downloadhercules-a0fb73f998832db72c627d11bc3b0f04c392569a.tar.gz
hercules-a0fb73f998832db72c627d11bc3b0f04c392569a.tar.bz2
hercules-a0fb73f998832db72c627d11bc3b0f04c392569a.tar.xz
hercules-a0fb73f998832db72c627d11bc3b0f04c392569a.zip
Show party options when member was removed
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 88108d144..957a45c14 100644
--- a/src/map/party.c
+++ b/src/map/party.c
@@ -631,6 +631,7 @@ static int party_member_withdraw(int party_id, int account_id, int char_id)
prev_leader_accountId = p->party.member[i].account_id;
}
+ clif->party_option(p, sd, 0x10);
clif->party_withdraw(p,sd,account_id,p->party.member[i].name,0x0);
memset(&p->party.member[i], 0, sizeof(p->party.member[0]));
memset(&p->data[i], 0, sizeof(p->data[0]));