From 9c2a0d9db60a698035ec6821239c20ab81b148ca Mon Sep 17 00:00:00 2001 From: sketchyphoenix Date: Tue, 23 Dec 2008 02:06:21 +0000 Subject: * 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 --- src/map/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 64047d46d..a40a50bd7 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -10685,7 +10685,7 @@ BUILDIN_FUNC(atcommand) cmd++; } - is_atcommand_sub(fd, sd, cmd, 99, sd->status.name); + is_atcommand_sub(fd, sd, cmd, 99); return 0; } @@ -10729,7 +10729,7 @@ BUILDIN_FUNC(charcommand) sprintf(output, "%s %s", cmd, param); memcpy(temp, output, sizeof(output)); message = temp; - is_atcommand_sub(fd,sd,message,99,sd->status.name); + is_atcommand_sub(fd,sd,message,99); } } } -- cgit v1.2.3-60-g2f50