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:
parent
b4d9a102c1
commit
b2bcf54f88
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user