diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-11-25 21:38:06 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-11-25 21:38:06 +0000 |
commit | 3357e6d56533f6b61dcc86b4c42557ca09249348 (patch) | |
tree | a58c10995fa194961df885b558c4be9c19a8e743 /src | |
parent | 6300a7b1dc2b09541274f46beea844ba8ecc5507 (diff) | |
download | hercules-3357e6d56533f6b61dcc86b4c42557ca09249348.tar.gz hercules-3357e6d56533f6b61dcc86b4c42557ca09249348.tar.bz2 hercules-3357e6d56533f6b61dcc86b4c42557ca09249348.tar.xz hercules-3357e6d56533f6b61dcc86b4c42557ca09249348.zip |
correct wrong conf file path in showerror
Diffstat (limited to 'src')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index 9bef2941d..c3fcd9e0a 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -2255,7 +2255,7 @@ int char_parse_fromlogin_connection_state(int fd) ShowError("Can not connect to login-server.\n"); ShowError("The server communication passwords (default s1/p1) are probably invalid.\n"); ShowError("Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.\n"); - ShowError("The communication passwords are set in /conf/map-server.conf and /conf/char/char-server.conf\n"); + ShowError("The communication passwords are set in /conf/map/map-server.conf and /conf/char/char-server.conf\n"); sockt->eof(fd); return 1; } else { |