Explorar el Código

* 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
(no author) hace 20 años
padre
commit
0cae449c37
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      Changelog-SVN.txt
  2. 1 1
      conf-tmpl/map_athena.conf

+ 1 - 0
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]
 

+ 1 - 1
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