summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2015-04-19 11:48:15 -0700
committerTaylor Locke <kisuka@kisuka.com>2015-04-19 11:48:15 -0700
commit443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70 (patch)
treed87a74155dc8bf5f3ff1b0dc825fd5f6e7e36970 /src
parent0f2b317372c2d1c95d4f09c94d054958418a39b4 (diff)
downloadhercules-443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70.tar.gz
hercules-443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70.tar.bz2
hercules-443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70.tar.xz
hercules-443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70.zip
Fixed wrong job_db.conf path from 0f2b317372c2d1c95d4f09c94d054958418a39b4.
Diffstat (limited to 'src')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 2ccaca1dc..9977332df 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -12224,7 +12224,7 @@ void status_read_job_db(void) { /* [malufett/Hercules] */
#ifdef RENEWAL_ASPD
"db/re/job_db.conf";
#else
- "db/pre/job_db.conf";
+ "db/pre-re/job_db.conf";
#endif
if ( libconfig->read_file(&job_db_conf, config_filename) ) {