diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-07 23:36:00 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-07 23:36:00 +0000 |
commit | 4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83 (patch) | |
tree | a26c30148a38b374f6faa391adf5b5aeceb122a9 /conf | |
parent | 2b86d531215226674273cc168863961d293aea21 (diff) | |
download | hercules-4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83.tar.gz hercules-4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83.tar.bz2 hercules-4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83.tar.xz hercules-4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83.zip |
Added support to pre-re/re map_cache since some maps differ, this results in map servers' map_cache_file config being dropped.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16867 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map_athena.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf index cc686a83c..5caa65c47 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -65,9 +65,6 @@ console_msg_log: 0 //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 -//Where should the map data be read from? -map_cache_file: db/map_cache.dat - //Where should all database data be read from? db_path: db |