diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index a0a7c2286..aaf477a97 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -26,6 +26,7 @@ bool is_atcommand(const int fd, struct map_session_data* sd, const char* message void do_init_atcommand(void); void do_final_atcommand(void); +void atcommand_db_load_groups(int* group_ids); bool atcommand_exists(const char* name); |