From 8821dcebf6a3f4de268f81bf805702bd3d02b1ca Mon Sep 17 00:00:00 2001 From: mc_cameri Date: Sun, 21 Nov 2004 05:03:37 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@286 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d5f86d8ff..eab110beb 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -898,7 +898,8 @@ int atcommand_config_read(const char *cfgName) { atcommand_config_read(w2); else if (strcmpi(w1, "command_symbol") == 0 && w2[0] > 31 && w2[0] != '/' && // symbol of standard ragnarok GM commands - w2[0] != '%') // symbol of party chat speaking + w2[0] != '%' && // symbol of party chat speaking + w2[0] != '#') // symbol of charcommand command_symbol = w2[0]; } fclose(fp); -- cgit v1.2.3-70-g09d2