diff options
author | Haru <haru@dotalux.com> | 2018-04-22 20:57:40 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-11-14 18:44:18 +0100 |
commit | 9ae4b5ad26029f8056635a6112828d87dc671184 (patch) | |
tree | c3fbc795fedb48460f77f494296355cac3c1a11e /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | cd634fbcefaa36bb9d05b0be071f8f23d408ea26 (diff) | |
download | hercules-9ae4b5ad26029f8056635a6112828d87dc671184.tar.gz hercules-9ae4b5ad26029f8056635a6112828d87dc671184.tar.bz2 hercules-9ae4b5ad26029f8056635a6112828d87dc671184.tar.xz hercules-9ae4b5ad26029f8056635a6112828d87dc671184.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 873e82c48..5573e4a14 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -6242,6 +6242,10 @@ struct { struct HPMHookPoint *HP_status_get_base_maxhp_post; struct HPMHookPoint *HP_status_get_base_maxsp_pre; struct HPMHookPoint *HP_status_get_base_maxsp_post; + struct HPMHookPoint *HP_status_get_restart_hp_pre; + struct HPMHookPoint *HP_status_get_restart_hp_post; + struct HPMHookPoint *HP_status_get_restart_sp_pre; + struct HPMHookPoint *HP_status_get_restart_sp_post; struct HPMHookPoint *HP_status_calc_npc__pre; struct HPMHookPoint *HP_status_calc_npc__post; struct HPMHookPoint *HP_status_calc_str_pre; @@ -12847,6 +12851,10 @@ struct { int HP_status_get_base_maxhp_post; int HP_status_get_base_maxsp_pre; int HP_status_get_base_maxsp_post; + int HP_status_get_restart_hp_pre; + int HP_status_get_restart_hp_post; + int HP_status_get_restart_sp_pre; + int HP_status_get_restart_sp_post; int HP_status_calc_npc__pre; int HP_status_calc_npc__post; int HP_status_calc_str_pre; |