diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/inter_athena.conf | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 8583c9e46..8d3252dd9 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/03/19 + * Removed the 'charsave_method' setting from inter_athena.conf 2007/03/17 * Cleaned up the login & char config [ultramage] - removed check_ip_flag diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 1822ba74f..29a14461a 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -36,13 +36,6 @@ party_share_level: 10 // SQL version options only -// Char-Save method -// 0 = saves over the charserver [default] -// 1 = map server saves character data (reduces strain on the charserver) -// NOTE: Feature still somewhat experimental, needs more testing. -// WARNING: Don't use it in multi char/map or customized table names config. -charsave_method: 0 - // GM Reading Method // 1 to have Char read GMs, 0 to have Login-controlled GMs gm_read_method: 0 |