diff options
author | MadCamel <madcamel@gmail.com> | 2009-05-13 14:50:03 -0400 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-13 13:10:35 -0600 |
commit | 4bc4fdf3301ec118632ebcb882cda86effb8b383 (patch) | |
tree | 86cece8371db1d679309fa6e2a91a1e1d90eca02 /src/map/atcommand.h | |
parent | 383838bb12bb020df8a923c803faca0af6ad24f5 (diff) | |
download | tmwa-4bc4fdf3301ec118632ebcb882cda86effb8b383.tar.gz tmwa-4bc4fdf3301ec118632ebcb882cda86effb8b383.tar.bz2 tmwa-4bc4fdf3301ec118632ebcb882cda86effb8b383.tar.xz tmwa-4bc4fdf3301ec118632ebcb882cda86effb8b383.zip |
GM commands triggered from clif are now logged
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 575bad4..3f247bc 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -212,5 +212,7 @@ int atcommand_recall(const int fd, struct map_session_data* sd, const char* comm int atcommand_config_read(const char *cfgName); int msg_config_read(const char *cfgName); +void log_atcommand(struct map_session_data *sd, const char *fmt, ...); + #endif |