diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 875b014a3..03cbbfaf8 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -14,10 +14,11 @@ struct map_session_data; //#define AUTOLOOT_DISTANCE AREA_SIZE extern char atcommand_symbol; +extern char charcommand_symbol; typedef int (*AtCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message); bool is_atcommand(const int fd, struct map_session_data* sd, const char* message); -bool is_atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl); +bool is_atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl, const char charname[NAME_LENGTH]); int get_atcommand_level(const AtCommandFunc func); void do_init_atcommand(void); |