diff options
author | shennetsind <notind@gmail.com> | 2013-01-25 12:45:18 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-01-25 12:45:18 -0800 |
commit | 762ea882f34c7821541135e32e217beb7930a52c (patch) | |
tree | 89d1ef06a067e74dda88575bc0e6dd655f8ada93 /src/map/chrif.c | |
parent | 6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff) | |
parent | 754af15505f32237f8063e51ae9a1cb90788dff4 (diff) | |
download | hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.gz hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.bz2 hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.xz hercules-762ea882f34c7821541135e32e217beb7930a52c.zip |
Merge pull request #3 from shennetsind/master
Dropping _athena conf suffixes
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"); } } |