changed re_job_db.txt to job_db_re.txt, following the naming standard of other re files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15161 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shennetsind 2011-12-18 07:38:25 +00:00
parent b4d9a102c1
commit b2bcf54f88
2 changed files with 1 additions and 1 deletions

View File

@ -9546,7 +9546,7 @@ int status_readdb(void)
sv_readdb(db_path, "refine_db.txt", ',', 3+MAX_REFINE+1, 3+MAX_REFINE+1, ARRAYLENGTH(percentrefinery), &status_readdb_refine);
#if REMODE
sv_readdb(db_path, "re_job_db.txt", ',', 1+RE_JOB_DB_MAX, 1+RE_JOB_DB_MAX, -1, &status_readdb_job_re);
sv_readdb(db_path, "job_db_re.txt", ',', 1+RE_JOB_DB_MAX, 1+RE_JOB_DB_MAX, -1, &status_readdb_job_re);
#endif
return 0;