summaryrefslogtreecommitdiff
path: root/src/char/inter.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-01-25 14:02:43 -0200
committershennetsind <ind@henn.et>2013-01-25 14:03:15 -0200
commitcf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch)
treeb8110178da066837e6776dee756191ed51254b5f /src/char/inter.c
parent6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff)
downloadhercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.gz
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.bz2
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.xz
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.zip
Dropping _athena file suffixes
Signed-off-by: shennetsind <ind@henn.et>
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;
}