diff options
author | Hercules.ws <dev@herc.ws> | 2017-11-18 20:24:28 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-11-18 20:24:28 +0100 |
commit | a37d42b8694b455fb3017b8baa72f75cf9f830b7 (patch) | |
tree | efb1dc953d0edc87ab931604d3c338db6884ef37 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 66ee4dea37d47af769cc94c8b8ebd2b12699ce7c (diff) | |
download | hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.gz hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.bz2 hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.xz hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.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 79f185f41..3f5d1096e 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -1930,6 +1930,8 @@ struct { struct HPMHookPoint *HP_clif_rodex_request_items_post; struct HPMHookPoint *HP_clif_rodex_icon_pre; struct HPMHookPoint *HP_clif_rodex_icon_post; + struct HPMHookPoint *HP_clif_skill_scale_pre; + struct HPMHookPoint *HP_clif_skill_scale_post; struct HPMHookPoint *HP_cmdline_init_pre; struct HPMHookPoint *HP_cmdline_init_post; struct HPMHookPoint *HP_cmdline_final_pre; @@ -8137,6 +8139,8 @@ struct { int HP_clif_rodex_request_items_post; int HP_clif_rodex_icon_pre; int HP_clif_rodex_icon_post; + int HP_clif_skill_scale_pre; + int HP_clif_skill_scale_post; int HP_cmdline_init_pre; int HP_cmdline_init_post; int HP_cmdline_final_pre; |