diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 05:03:37 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 05:03:37 +0000 |
commit | 8821dcebf6a3f4de268f81bf805702bd3d02b1ca (patch) | |
tree | 12465bc39643121ea02af8611cdecd62a9922254 /src/map/atcommand.c | |
parent | a3d94e1fad995503cb7fc6486af7e51f1dab538e (diff) | |
download | hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.gz hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.bz2 hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.xz hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@286 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |