diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2014-08-05 11:43:35 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2014-08-05 11:43:35 -0400 |
commit | 9efe7162583fb706b591a5e25279726fcc270d07 (patch) | |
tree | 35e280ae2ad7f945afa773e09bcdea86ad00bb79 /conf | |
parent | b791b665c87589548c9c57afbe0fe50ec7c32676 (diff) | |
download | hercules-9efe7162583fb706b591a5e25279726fcc270d07.tar.gz hercules-9efe7162583fb706b591a5e25279726fcc270d07.tar.bz2 hercules-9efe7162583fb706b591a5e25279726fcc270d07.tar.xz hercules-9efe7162583fb706b591a5e25279726fcc270d07.zip |
Fixed Bug #8286
- http://hercules.ws/board/tracker/issue-8286-char-serverconf/
- Fixed a misunderstanding in conf/char-server.conf (item_db.txt —>
item_db.conf)
- Thanks Clein
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 7ebb7ed00..aa3f7691c 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -155,7 +155,7 @@ char_del_delay: 86400 // !!This check is imposed by Aegis to avoid dead entries in databases and _is_not_needed_ as we clear data properly!! char_aegis_delete: 0 -// What folder the DB files are in (item_db.txt, etc.) +// What folder the DB files are in (item_db.conf, etc.) db_path: db //================================================================== |