diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-12 01:55:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-15 16:49:55 +0300 |
commit | 47c691f0e703af91702105a3a877fb8071fc0f1d (patch) | |
tree | 7f495b4033109095a3d7139fdfdefeb895705165 /src/map | |
parent | 50de773053b9c1849381d0502021898782b5994a (diff) | |
download | hercules-47c691f0e703af91702105a3a877fb8071fc0f1d.tar.gz hercules-47c691f0e703af91702105a3a877fb8071fc0f1d.tar.bz2 hercules-47c691f0e703af91702105a3a877fb8071fc0f1d.tar.xz hercules-47c691f0e703af91702105a3a877fb8071fc0f1d.zip |
In comment change job_db1.txt to job_db.conf
Diffstat (limited to 'src/map')
-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 2f514787d..4c6542846 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -12211,7 +12211,7 @@ void status_read_job_db_sub(int idx, const char *name, config_setting_t *jdb) /*------------------------------------------ * DB reading. -* job_db1.txt - weight, hp, sp, aspd +* job_db.conf - weight, hp, sp, aspd * job_db2.txt - job level stat bonuses * size_fix.txt - size adjustment table for weapons * refine_db.txt - refining data table |