diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-03-10 02:29:21 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-03-10 02:29:21 +0100 |
commit | 1d12bb1704115e299dbcc0d2a05cd9f2c68f91fd (patch) | |
tree | 6b10ee92d36cf76d1810c30f9d92c511489f619b /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 1a4a16ee5c798a6ef9c583fb3f6fc63a7c0ae35e (diff) | |
download | hercules-1d12bb1704115e299dbcc0d2a05cd9f2c68f91fd.tar.gz hercules-1d12bb1704115e299dbcc0d2a05cd9f2c68f91fd.tar.bz2 hercules-1d12bb1704115e299dbcc0d2a05cd9f2c68f91fd.tar.xz hercules-1d12bb1704115e299dbcc0d2a05cd9f2c68f91fd.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index fa9b04d39..4f37743f6 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4081,6 +4081,8 @@ struct { struct HPMHookPoint *HP_script_alloc_state_post; struct HPMHookPoint *HP_script_free_state_pre; struct HPMHookPoint *HP_script_free_state_post; + struct HPMHookPoint *HP_script_add_pending_ref_pre; + struct HPMHookPoint *HP_script_add_pending_ref_post; struct HPMHookPoint *HP_script_run_autobonus_pre; struct HPMHookPoint *HP_script_run_autobonus_post; struct HPMHookPoint *HP_script_cleararray_pc_pre; @@ -9112,6 +9114,8 @@ struct { int HP_script_alloc_state_post; int HP_script_free_state_pre; int HP_script_free_state_post; + int HP_script_add_pending_ref_pre; + int HP_script_add_pending_ref_post; int HP_script_run_autobonus_pre; int HP_script_run_autobonus_post; int HP_script_cleararray_pc_pre; |