From e937166544b81130ba9c4336f69ad4cbd98614da Mon Sep 17 00:00:00 2001 From: Lupus Date: Sun, 12 Dec 2004 21:19:14 +0000 Subject: 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 --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') 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); -- cgit v1.2.3-70-g09d2