ソースを参照

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1039 54d463be-8e91-2dee-dedb-b68131a5f0ec

(no author) 20 年 前
コミット
cad63e563c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/txt-converter/char/char-converter.c

+ 1 - 1
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);