diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/inter_athena.conf | 16 |
2 files changed, 3 insertions, 15 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index d5371167f..353e9ceb3 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,6 +1,8 @@ Date Added 2008/07/27 + * Removed the unused login and txt->sql options in inter_athena.conf + * Renamed config option log_db to log_db_db in inter_athena.conf * Conf file adjustments for the loginmerge branch - added new login and ipban db config options to login_athena.conf - login database options are no longer in inter_athena.conf! diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index ddb7c5e1b..8fa68a3ca 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -51,13 +51,6 @@ scdata_txt: save/scdata.txt // "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 -login_server_id: ragnarok -login_server_pw: ragnarok -login_server_db: ragnarok - // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 @@ -77,14 +70,7 @@ log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok -log_db: log - -// for TXT -> SQL convertors -db_server_ip: 127.0.0.1 -db_server_port: 3306 -db_server_id: ragnarok -db_server_pw: ragnarok -db_server_logindb: ragnarok +log_db_db: log // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL // this is meant for people who KNOW their stuff, and for some reason want to change their |