diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-02-03 18:32:30 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-02-03 18:32:30 +0100 |
commit | c8c3255fd990ae2f91ed130c0a742bf94037128a (patch) | |
tree | 033133f18ede7a4b9a60ceea79bcb695dbabbd7a /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 35e1b99c2d1ecab5fa67b2033c87a90512b5d9aa (diff) | |
download | hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.gz hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.bz2 hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.xz hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.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 3dfa69d4c..1767f103a 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -3649,6 +3649,8 @@ struct { struct HPMHookPoint *HP_pc_gets_status_point_post; struct HPMHookPoint *HP_pc_need_status_point_pre; struct HPMHookPoint *HP_pc_need_status_point_post; + struct HPMHookPoint *HP_pc_maxparameterincrease_pre; + struct HPMHookPoint *HP_pc_maxparameterincrease_post; struct HPMHookPoint *HP_pc_statusup_pre; struct HPMHookPoint *HP_pc_statusup_post; struct HPMHookPoint *HP_pc_statusup2_pre; @@ -8668,6 +8670,8 @@ struct { int HP_pc_gets_status_point_post; int HP_pc_need_status_point_pre; int HP_pc_need_status_point_post; + int HP_pc_maxparameterincrease_pre; + int HP_pc_maxparameterincrease_post; int HP_pc_statusup_pre; int HP_pc_statusup_post; int HP_pc_statusup2_pre; |