summaryrefslogtreecommitdiff
path: root/src/char/inter.c
diff options
context:
space:
mode:
authorshennetsind <notind@gmail.com>2013-01-25 12:45:18 -0800
committershennetsind <notind@gmail.com>2013-01-25 12:45:18 -0800
commit762ea882f34c7821541135e32e217beb7930a52c (patch)
tree89d1ef06a067e74dda88575bc0e6dd655f8ada93 /src/char/inter.c
parent6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff)
parent754af15505f32237f8063e51ae9a1cb90788dff4 (diff)
downloadhercules-762ea882f34c7821541135e32e217beb7930a52c.tar.gz
hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.bz2
hercules-762ea882f34c7821541135e32e217beb7930a52c.tar.xz
hercules-762ea882f34c7821541135e32e217beb7930a52c.zip
Merge pull request #3 from shennetsind/master
Dropping _athena conf suffixes
Diffstat (limited to 'src/char/inter.c')
-rw-r--r--src/char/inter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c
index 8faff42c1..8ff10e290 100644
--- a/src/char/inter.c
+++ b/src/char/inter.c
@@ -791,7 +791,7 @@ int inter_init_sql(const char *file)
inter_auction_sql_init();
geoip_readdb();
- msg_config_read("conf/msg_athena.conf");
+ msg_config_read("conf/messages.conf");
return 0;
}