diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 2e7c74b94..096d7a4b9 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8598,7 +8598,7 @@ ACMD_FUNC(accinfo) { //remove const type safestrncpy(query, message, NAME_LENGTH); - intif_request_accinfo( sd->fd, sd->bl.id, sd->group_id, query ); + intif_request_accinfo( sd->fd, sd->bl.id, pc_get_group_level(sd), query ); return 0; } |