diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-12 21:19:14 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-12 21:19:14 +0000 |
commit | e937166544b81130ba9c4336f69ad4cbd98614da (patch) | |
tree | b99753eca5ef1047b206837e13a5956877380d5c /src/map/atcommand.c | |
parent | c3ffff35f46705eb0866c754123c3b2abd27b376 (diff) | |
download | hercules-e937166544b81130ba9c4336f69ad4cbd98614da.tar.gz hercules-e937166544b81130ba9c4336f69ad4cbd98614da.tar.bz2 hercules-e937166544b81130ba9c4336f69ad4cbd98614da.tar.xz hercules-e937166544b81130ba9c4336f69ad4cbd98614da.zip |
MAIL: moved all string messages from HARDCODED strings to
msg_athena.conf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@548 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 3e6628676..d5a4d0807 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -36,7 +36,7 @@ static char command_symbol = '@'; // first char of the commands (by [Yor]) -static char msg_table[1000][1024]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others) +char msg_table[1000][256]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others) #define ATCOMMAND_FUNC(x) int atcommand_ ## x (const int fd, struct map_session_data* sd, const char* command, const char* message) ATCOMMAND_FUNC(broadcast); |