diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inter_athena.conf | 3 | ||||
-rw-r--r-- | conf/login_athena.conf | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index 5e0babf56..c5dcd351d 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -2,9 +2,6 @@ // TXT version options only -// Account flatfile database, stores account information. -account_txt: save/account.txt - // Storage flatfile database, used for Karfa storage. storage_txt: save/storage.txt diff --git a/conf/login_athena.conf b/conf/login_athena.conf index d632c224c..c5a9fb242 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -62,6 +62,9 @@ new_account: yes allowed_regs: 1 time_allowed: 10 +// Account flatfile database, stores account information. +account_filename: save/account.txt + // What account AIDs have GM privs, and what level? gm_account_filename: conf/GM_account.txt @@ -69,9 +72,6 @@ gm_account_filename: conf/GM_account.txt // (in seconds; default: 15; value: 0 (disabled), or 2 or more) gm_account_filename_check_timer: 15 -// Log Filename. All operations received by the server are logged in this file. -login_log_filename: log/login.log - // To log the login server? // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes |