diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/inter_athena.conf | 4 | ||||
-rw-r--r-- | conf/map_athena.conf | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 6884ffc0b..ebcf65639 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/08/13 + * Added config settings mapreg_txt and mapreg_db to inter config [ultramage] 2008/08/10 * Removed duplicate gef_cas mapflags [Yommy] 2008/08/01 diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index 9d8a1917b..00d3f155f 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -38,6 +38,9 @@ castle_txt: save/castle.txt // Status change flatfile database, for status changes that are saved between sessions. scdata_txt: save/scdata.txt +// Mapserver permanent script variables ($-type) +mapreg_txt: save/mapreg.txt + // SQL version options only @@ -114,6 +117,7 @@ item_db_db: item_db item_db2_db: item_db2 mob_db_db: mob_db mob_db2_db: mob_db2 +mapreg_db: mapreg //Use SQL item_db and mob_db for the map server use_sql_db: no diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 5859008ca..fcd368668 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -121,8 +121,6 @@ help_txt: conf/help.txt help2_txt: conf/help2.txt charhelp_txt: conf/charhelp.txt -mapreg_txt: save/mapreg.txt - // Scripts import: npc/scripts_main.conf |