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 | |
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
-rw-r--r-- | Changelog-SVN.txt | 1 | ||||
-rw-r--r-- | conf-tmpl/map_athena.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index b383c0d02..a470b5546 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,6 +1,7 @@ Date Added
02/12
+ * Changed default map cache path from db/map.info to save/mapinfo.txt [celest]
* Removed old code for Sharp Shooting (still a little buggy) [celest]
* Merged Shinomori's code into map_foreachinpath [celest]
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 |