From 807577cbc6c8e93e99ab4140789babaae10be279 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 27 Jul 2008 12:40:29 +0000 Subject: Cleaned up several poorly chosen loginlog variable names. 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. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13005 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/Changelog.txt | 2 ++ conf/inter_athena.conf | 16 +--------------- 2 files changed, 3 insertions(+), 15 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50