* Changed default map cache path from db/map.info to save/mapinfo.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1090 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
(no author) 2005-02-12 14:44:49 +00:00
parent 5365aefea8
commit 0cae449c37
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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