summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 12:33:02 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 12:33:02 +0000
commita8470f6c2a63610e92de5838a8d41073df3ea1c0 (patch)
treed263bedd679e9b8bbebc478bce743bdef7f9c2cf /conf
parent75d478167c9a6592d98cc282611640c74c44c9bd (diff)
downloadhercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.gz
hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.bz2
hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.xz
hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.zip
Reverted my recent changes to trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/inter_athena.conf3
-rw-r--r--conf/login_athena.conf6
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