diff options
author | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-23 05:13:59 +0000 |
---|---|---|
committer | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-23 05:13:59 +0000 |
commit | e8f32370d3ce62dd46af7a21ecfb49f83a404aea (patch) | |
tree | 429bae5464ba5cbabeabf52091c1853564692f7c /conf/inter_athena.conf | |
parent | 8756ba5d50270bbad6ad7065a05a1329ef86878b (diff) | |
download | hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.gz hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.bz2 hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.xz hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.zip |
` Added renaming support for the remaining 'ragnarok' tables in the inter_athena.conf file - bugreport:3317
-- Includes: homunculus, skill_homunculus, mercenary, mercenary_owner, ragsrvinfo
` Fixed a typo regarding the homunculus_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15508 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/inter_athena.conf')
-rw-r--r-- | conf/inter_athena.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index bf6c4f417..b116a6a88 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -54,6 +54,7 @@ log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: +log_login_db: loginlog // 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 @@ -61,9 +62,6 @@ log_codepage: // ALL MySQL Database Table names -// Login Database Tables -loginlog_db: loginlog - // Char Database Tables char_db: char hotkey_db: hotkey @@ -90,6 +88,11 @@ friend_db: friends mail_db: mail auction_db: auction quest_db: quest +homunculus_db: homunculus +skill_homunculus_db: skill_homunculus +mercenary_db: mercenary +mercenary_owner_db: mercenary_owner +ragsrvinfo_db: ragsrvinfo // Map Database Tables item_db_db: item_db |