diff options
author | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-05 05:51:22 +0000 |
---|---|---|
committer | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-05 05:51:22 +0000 |
commit | 1b1edc7ad6115f6823a6cf1e341277a8cb86a00b (patch) | |
tree | a643914a9738adecf9e4ee5470f557b2427cbc31 /src/map | |
parent | 6d970f21c13006074dea1bd173d9ff7f7af7c338 (diff) | |
download | hercules-1b1edc7ad6115f6823a6cf1e341277a8cb86a00b.tar.gz hercules-1b1edc7ad6115f6823a6cf1e341277a8cb86a00b.tar.bz2 hercules-1b1edc7ad6115f6823a6cf1e341277a8cb86a00b.tar.xz hercules-1b1edc7ad6115f6823a6cf1e341277a8cb86a00b.zip |
- Re-committed r16977/trunk/src/ (pid:161281).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 9238af9f9..60d063f7a 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3692,7 +3692,7 @@ static void map_versionscreen(bool do_exit) ShowInfo(CL_WHITE"rAthena SVN version: %s" CL_RESET"\n", get_svn_revision()); ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://rathena.org/\n"); ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.rathena.net/#rathena\n"); - ShowInfo("Open "CL_WHITE"readme.html"CL_RESET" for more information.\n"); + ShowInfo("Open "CL_WHITE"readme.txt"CL_RESET" for more information.\n"); if( do_exit ) exit(EXIT_SUCCESS); } |