summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-01-25 14:02:43 -0200
committershennetsind <ind@henn.et>2013-01-25 14:03:15 -0200
commitcf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch)
treeb8110178da066837e6776dee756191ed51254b5f /src/map/chrif.c
parent6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff)
downloadhercules-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.c2
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");
}
}