diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-12 14:44:49 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-12 14:44:49 +0000 |
commit | 98710b39dd747d9a296d6f4e26d14018fd294bad (patch) | |
tree | 8faec67a76b7a52240fb899f8595acd0b3f01392 /conf-tmpl/map_athena.conf | |
parent | 2a27d5fccc9316594edcedefb7ad01ea6f33e8da (diff) | |
download | hercules-98710b39dd747d9a296d6f4e26d14018fd294bad.tar.gz hercules-98710b39dd747d9a296d6f4e26d14018fd294bad.tar.bz2 hercules-98710b39dd747d9a296d6f4e26d14018fd294bad.tar.xz hercules-98710b39dd747d9a296d6f4e26d14018fd294bad.zip |
* Changed default map cache path from db/map.info to save/mapinfo.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1090 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r-- | conf-tmpl/map_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index b5c772b6e..ad01675d0 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -60,7 +60,7 @@ map_port: 5121 read_map_from_cache: 1 // //Where is the bitmap file stored? -map_cache_file: db/map.info +map_cache_file: save/mapinfo.txt // Console Commands // Allow for console commands to be used on/off |