diff options
Diffstat (limited to 'src/emap/clif.c')
-rw-r--r-- | src/emap/clif.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emap/clif.c b/src/emap/clif.c index d211a83..63b7cc0 100644 --- a/src/emap/clif.c +++ b/src/emap/clif.c @@ -1730,3 +1730,12 @@ void eclif_parse_WalkToXY(int fd, unit->walktoxy(&sd->bl, x, y, 4); } } + +void eclif_party_info_post(struct party_data *p, + struct map_session_data *sd) +{ + if (sd) + { + clif->party_option(p, sd, 2); + } +} |