diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-12-04 16:48:31 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-12-04 16:48:31 +0100 |
commit | b67c93a32c30690c546846a2a1ee1d035d7f3e24 (patch) | |
tree | 443272ab74d27dfdc0d7b522d822e6cbc89134e7 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | da6300af9e1529fa2f98cb7481b8a89e17627aa5 (diff) | |
download | hercules-b67c93a32c30690c546846a2a1ee1d035d7f3e24.tar.gz hercules-b67c93a32c30690c546846a2a1ee1d035d7f3e24.tar.bz2 hercules-b67c93a32c30690c546846a2a1ee1d035d7f3e24.tar.xz hercules-b67c93a32c30690c546846a2a1ee1d035d7f3e24.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index a3f7f6b3e..0e8322917 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2172,6 +2172,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->autotrade_populate, HP_pc_autotrade_populate) }, { HP_POP(pc->autotrade_final, HP_pc_autotrade_final) }, { HP_POP(pc->check_job_name, HP_pc_check_job_name) }, + { HP_POP(pc->update_idle_time, HP_pc_update_idle_time) }, /* pet */ { HP_POP(pet->init, HP_pet_init) }, { HP_POP(pet->final, HP_pet_final) }, |