diff options
author | shennetsind <ind@henn.et> | 2013-01-25 14:02:43 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-25 14:03:15 -0200 |
commit | cf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch) | |
tree | b8110178da066837e6776dee756191ed51254b5f /src/map/chrif.c | |
parent | 6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff) | |
download | hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.gz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.bz2 hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.xz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.zip |
Dropping _athena file suffixes
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 1575e11f4..e109f7095 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -232,7 +232,7 @@ void chrif_checkdefaultlogin(void) { if (strcmp(userid, "s1")==0 && strcmp(passwd, "p1")==0) { ShowWarning("Using the default user/password s1/p1 is NOT RECOMMENDED.\n"); ShowNotice("Please edit your 'login' table to create a proper inter-server user/password (gender 'S')\n"); - ShowNotice("and then edit your user/password in conf/map_athena.conf (or conf/import/map_conf.txt)\n"); + ShowNotice("and then edit your user/password in conf/map-server.conf (or conf/import/map_conf.txt)\n"); } } |