From 777240a778ebae8677f8fe0a58654e4c17a4ddd8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 18 Dec 2011 07:38:25 +0000 Subject: changed re_job_db.txt to job_db_re.txt, following the naming standard of other re files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15161 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index db89d6249..deedfcee2 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -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; -- cgit v1.2.3-60-g2f50