summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-11 01:43:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-15 16:49:55 +0300
commit50de773053b9c1849381d0502021898782b5994a (patch)
treec442a388cdaa1566fef0a717850c7c117cb40f08 /src/map/status.h
parentaf72224887cc60173fd194bc64d7d1ec27af7601 (diff)
downloadhercules-50de773053b9c1849381d0502021898782b5994a.tar.gz
hercules-50de773053b9c1849381d0502021898782b5994a.tar.bz2
hercules-50de773053b9c1849381d0502021898782b5994a.tar.xz
hercules-50de773053b9c1849381d0502021898782b5994a.zip
Allow for plugins read custom fields from jobdb1.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 98d5d415c..c8a7a08f7 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -6,7 +6,7 @@
#define MAP_STATUS_H
#include "../config/core.h" // defType, RENEWAL, RENEWAL_ASPD
-
+#include "../common/conf.h"
#include "../common/cbasetypes.h"
#include "../common/mmo.h" // NEW_CARTS
@@ -2116,6 +2116,7 @@ struct status_interface {
bool (*readdb_refine) (char *fields[], int columns, int current);
bool (*readdb_scconfig) (char *fields[], int columns, int current);
void (*read_job_db) (void);
+ void (*read_job_db_sub) (int idx, const char *name, config_setting_t *jdb);
};
struct status_interface *status;