diff options
-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 |