diff options
author | Hercules.ws <dev@herc.ws> | 2017-11-05 18:12:13 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-11-05 18:12:13 +0100 |
commit | fc5dc16c5d811df50aabe8f0614d440721773a3d (patch) | |
tree | 2abe053c4c9413bec451949f9c2c9db639a852db /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | b236779fd1686d5f486eee3525d3368ac8680661 (diff) | |
download | hercules-fc5dc16c5d811df50aabe8f0614d440721773a3d.tar.gz hercules-fc5dc16c5d811df50aabe8f0614d440721773a3d.tar.bz2 hercules-fc5dc16c5d811df50aabe8f0614d440721773a3d.tar.xz hercules-fc5dc16c5d811df50aabe8f0614d440721773a3d.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 4bdc167f2..c3e6d5529 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -3918,6 +3918,8 @@ struct { struct HPMHookPoint *HP_npc_market_delfromsql_sub_post; struct HPMHookPoint *HP_npc_db_checkid_pre; struct HPMHookPoint *HP_npc_db_checkid_post; + struct HPMHookPoint *HP_npc_refresh_pre; + struct HPMHookPoint *HP_npc_refresh_post; struct HPMHookPoint *HP_npc_secure_timeout_timer_pre; struct HPMHookPoint *HP_npc_secure_timeout_timer_post; struct HPMHookPoint *HP_nullpo_assert_report_pre; @@ -10117,6 +10119,8 @@ struct { int HP_npc_market_delfromsql_sub_post; int HP_npc_db_checkid_pre; int HP_npc_db_checkid_post; + int HP_npc_refresh_pre; + int HP_npc_refresh_post; int HP_npc_secure_timeout_timer_pre; int HP_npc_secure_timeout_timer_post; int HP_nullpo_assert_report_pre; |