diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-06-22 03:08:07 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-06-22 03:08:07 +0200 |
commit | 36d001b4a491e6d1bd22c4398891de068066cbb2 (patch) | |
tree | 871d0feb0b2095d8164743facd2e317d53699048 /src/map/clif.c | |
parent | 7a2565af344a26275c0800f91d6c4aa3142827a8 (diff) | |
download | hercules-36d001b4a491e6d1bd22c4398891de068066cbb2.tar.gz hercules-36d001b4a491e6d1bd22c4398891de068066cbb2.tar.bz2 hercules-36d001b4a491e6d1bd22c4398891de068066cbb2.tar.xz hercules-36d001b4a491e6d1bd22c4398891de068066cbb2.zip |
Show party options when member was added
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index c1e3750d4..e350948b2 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7304,6 +7304,7 @@ static void clif_party_inviteack(struct map_session_data *sd, const char *nick, /// 0x01 = Cannot change EXP sharing. (Only set when tried to change options manually.) /// 0x02 = Options changed manually. /// 0x04 = Options changed automatically. +/// 0x08 = Member added. /// 0x20 = Character logged in. static void clif_party_option(struct party_data *p, struct map_session_data *sd, int flag) { |