MAIL: moved all string messages from HARDCODED strings to

msg_athena.conf

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@548 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus
2004-12-12 21:19:14 +00:00
parent 0e9dfbb6c3
commit 07eee64dc7
5 changed files with 68 additions and 21 deletions

View File

@@ -30,7 +30,7 @@
static char command_symbol = '#';
static char msg_table[1000][1024]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others)
extern char msg_table[1000][256]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others)
#define CCMD_FUNC(x) int charcommand_ ## x (const int fd, struct map_session_data* sd, const char* command, const char* message)