diff options
author | Haru <haru@dotalux.com> | 2013-09-22 09:56:48 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-09-22 09:56:48 +0200 |
commit | 469102135fd5429a4225afe378bed3e82dc81d31 (patch) | |
tree | 281e2f661c9affe3870669b4faceb173c96e674f /conf/inter-server.conf | |
parent | beaf3a26a60d5b0429a577b7d58232957d4483e7 (diff) | |
download | hercules-469102135fd5429a4225afe378bed3e82dc81d31.tar.gz hercules-469102135fd5429a4225afe378bed3e82dc81d31.tar.bz2 hercules-469102135fd5429a4225afe378bed3e82dc81d31.tar.xz hercules-469102135fd5429a4225afe378bed3e82dc81d31.zip |
Corrected various hardcoded database table names
- Added an elemental_db setting to inter-server.conf (elemental table)
- Switched an instance of hardcoded `ipbanlist` to use the ipban_table
setting; thanks to Takkun, related to issue #135
- Switched two instances of hardcoded `char` to use the char_db setting
- Added a TODO notice about the usage of the login table (on a side
note, hardcoded) from the login server (related to issue #142)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/inter-server.conf')
-rw-r--r-- | conf/inter-server.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/inter-server.conf b/conf/inter-server.conf index 468cf5a26..09ac15f82 100644 --- a/conf/inter-server.conf +++ b/conf/inter-server.conf @@ -108,6 +108,7 @@ skill_homunculus_db: skill_homunculus mercenary_db: mercenary mercenary_owner_db: mercenary_owner ragsrvinfo_db: ragsrvinfo +elemental_db: elemental // Map Database Tables item_db_db: item_db |