diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-04 22:13:58 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-04 22:13:58 +0000 |
commit | dc28241d3c6716fed00b78d9a6977f89c4644178 (patch) | |
tree | 33a7686aa2a53ddfebe68d0e2288e0434f98ee5d /src/map/atcommand.h | |
parent | 51f5bae697fac9db3af051bcb5c156c94984fc18 (diff) | |
download | hercules-dc28241d3c6716fed00b78d9a6977f89c4644178.tar.gz hercules-dc28241d3c6716fed00b78d9a6977f89c4644178.tar.bz2 hercules-dc28241d3c6716fed00b78d9a6977f89c4644178.tar.xz hercules-dc28241d3c6716fed00b78d9a6977f89c4644178.zip |
* Fixed GM Command Logging (Not sure why TXT logging still isn't working properly :( ) [Codemaster] [SVN 907]
* Fixed one of Lupus' additions to the item_db [Codemaster] [SVN 907]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@907 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 4dba383e3..dc623c71c 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -252,6 +252,7 @@ AtCommandType is_atcommand(const int fd, struct map_session_data* sd, const char* message, int gmlvl); AtCommandType atcommand( + struct map_session_data *sd, const int level, const char* message, AtCommandInfo* info); int get_atcommand_level(const AtCommandType type); |