diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-04 20:42:30 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-04 21:14:10 +0530 |
commit | a38909503d98e8fe823c9f59bb94af8675563828 (patch) | |
tree | aabdae0ead911f4a18966d091283787e72ebcf51 /src/map/pc.h | |
parent | 6abd0fb8b1bbfe2101cc68503897b0449027fb3d (diff) | |
download | hercules-a38909503d98e8fe823c9f59bb94af8675563828.tar.gz hercules-a38909503d98e8fe823c9f59bb94af8675563828.tar.bz2 hercules-a38909503d98e8fe823c9f59bb94af8675563828.tar.xz hercules-a38909503d98e8fe823c9f59bb94af8675563828.zip |
Added a function to update idle time
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 2c8b24acf..c9464bdab 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1067,6 +1067,7 @@ END_ZEROED_BLOCK; /* End */ int (*autotrade_final) (DBKey key, DBData *data, va_list ap); int (*check_job_name) (const char *name); + void (*update_idle_time) (struct map_session_data* sd, enum e_battle_config_idletime type); }; #ifdef HERCULES_CORE |