diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 4bb08b217..db3e9cd88 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -301,7 +301,7 @@ typedef struct AtCommandInfo { AtCommandType is_atcommand(const int fd, struct map_session_data* sd, const char* message); AtCommandType -atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl); +is_atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl); AtCommandType atcommand( struct map_session_data *sd, |