diff options
author | Taylor Locke <kisuka@kisuka.com> | 2015-04-19 11:48:15 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2015-04-19 11:48:15 -0700 |
commit | 443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70 (patch) | |
tree | d87a74155dc8bf5f3ff1b0dc825fd5f6e7e36970 /src/map/status.c | |
parent | 0f2b317372c2d1c95d4f09c94d054958418a39b4 (diff) | |
download | hercules-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/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
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) ) { |