summaryrefslogtreecommitdiff
path: root/src/txt-converter/char
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-05 05:55:36 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-05 05:55:36 +0000
commit0fc7a56a962e4b337d6aa639b5447450b760c045 (patch)
treec0201360bf8c1b1e1d21ff68ecbfda40c7892ac8 /src/txt-converter/char
parent700daa3c3f2349aab0118d02fb2da6e2932c7ec2 (diff)
downloadhercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.gz
hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.bz2
hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.tar.xz
hercules-0fc7a56a962e4b337d6aa639b5447450b760c045.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter/char')
-rw-r--r--src/txt-converter/char/char-converter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/char/char-converter.c b/src/txt-converter/char/char-converter.c
index 8ffefc83d..30782412c 100644
--- a/src/txt-converter/char/char-converter.c
+++ b/src/txt-converter/char/char-converter.c
@@ -791,7 +791,7 @@ int inter_config_read(const char *cfgName) {
printf ("set db_server_logindb : %s\n",w2);
//support the import command, just like any other config
}else if(strcmpi(w1,"import")==0){
- sql_config_read(w2);
+ inter_config_read(w2);
}
}
fclose(fp);