summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 02:06:21 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 02:06:21 +0000
commit9c2a0d9db60a698035ec6821239c20ab81b148ca (patch)
treee57b0962eefe666f4d146e9fed4b125d21f309a8 /src/map/atcommand.h
parent49a14a494e831d32f6a0cfb72c7cff5bbbd675e7 (diff)
downloadhercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.gz
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.bz2
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.xz
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.zip
* Added a few missing atcommands.
* Added more commands to configurations (bugreport:2565) * Added a missing charcommand symbol config to atcommand configs. * GM command configs under the old format will have a warning printed back to the console as being deprecated. * Other fixes/cleaning partially resolving bugreport:2549 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13409 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 03cbbfaf8..f74adb9f5 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -18,7 +18,7 @@ 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, const char charname[NAME_LENGTH]);
+bool is_atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl);
int get_atcommand_level(const AtCommandFunc func);
void do_init_atcommand(void);