diff options
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index b69d34210..24b92908d 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -79,7 +79,7 @@ struct chrif_interface { bool (*auth_delete) (int account_id, int char_id, enum sd_state state); bool (*auth_finished) (struct map_session_data* sd); - void (*authreq) (struct map_session_data* sd); + void (*authreq) (struct map_session_data* sd, bool hstandalone); void (*authok) (int fd); int (*scdata_request) (int account_id, int char_id); int (*save) (struct map_session_data* sd, int flag); |