summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 20:05:55 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 20:05:55 +0000
commit004e7b1383b1a3aa9e0a4cdab746410c100b0305 (patch)
tree1079672403751c7bb0cf0bf7e4c14ac7b73739a8 /conf-tmpl
parent75d8e3d12caacd6a538982bb5c31ff1ce6f34527 (diff)
downloadhercules-004e7b1383b1a3aa9e0a4cdab746410c100b0305.tar.gz
hercules-004e7b1383b1a3aa9e0a4cdab746410c100b0305.tar.bz2
hercules-004e7b1383b1a3aa9e0a4cdab746410c100b0305.tar.xz
hercules-004e7b1383b1a3aa9e0a4cdab746410c100b0305.zip
- Removed useless inter_athena settings (they were doing absolutely nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id, use_new_sql_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8968 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt4
-rw-r--r--conf-tmpl/inter_athena.conf26
2 files changed, 10 insertions, 20 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index d4a4b6c76..ffed623c6 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,9 @@
Date Added
+2006/10/11
+ * Removed useless inter_athena settings (they were doing absolutely
+ nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id,
+ use_new_sql_db [Skotlex]
2006/10/06
* status_cast_cancel is now a type 4 (object bitmasks) setting
(status.conf). [Skotlex]
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf
index 9d841a39f..7b6948c68 100644
--- a/conf-tmpl/inter_athena.conf
+++ b/conf-tmpl/inter_athena.conf
@@ -52,16 +52,6 @@ gm_read_method: 0
// by gm_can_drop_lv (battle_athena.conf).
lowest_gm_level: 1
-// How often the GM accounts will be reloaded by the map-server in minutes
-read_gm_interval: 10
-
-// Ideally under linux, you want to use localhost instead of 127.0.0.1.
-//
-// Under windows, you want to use 127.0.0.1. If you see a message like
-// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
-// and you have localhost, switch it to 127.0.0.1
-
-
// You can specify the codepage to use in your mySQL tables here.
// (Note that this feature requires MySQL 4.1+)
//default_codepage:
@@ -73,6 +63,11 @@ read_gm_interval: 10
// "MySQL server has gone Away" errors due to lack of activity on your server
connection_ping_interval: 7
+// For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
+// Under windows, you want to use 127.0.0.1. If you see a message like
+// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
+// and you have localhost, switch it to 127.0.0.1
+
// MySQL Login SQL Server
login_server_ip: 127.0.0.1
login_server_port: 3306
@@ -119,19 +114,14 @@ db_server_logindb: ragnarok
// this is meant for people who KNOW their stuff, and for some reason want to change their
// database layout. [CLOWNISIUS]
+//Column names for the login table.
login_db_account_id: account_id
login_db_userid: userid
login_db_user_pass: user_pass
login_db_level: level
-
// ALL MySQL Database Table names
-// GM Account Database Table
-gm_db: login
-gm_db_level: level
-gm_db_account_id: account_id
-
// Login Database Tables
login_db: login
loginlog_db: loginlog
@@ -171,10 +161,6 @@ mail_db: mail
//Use SQL item_db and mob_db for the map server
use_sql_db: no
-//SQL for the rest of the databases.
-//This is experimental and not meant to be used by anyone other than developers yet.
-use_new_sql_db: no
-
// Use SQL Mail Server
mail_server_enable: no