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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 411f34742..7cc9086ba 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -987,6 +987,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->pRodexRequestItems, HP_clif_pRodexRequestItems) }, { HP_POP(clif->rodex_request_items, HP_clif_rodex_request_items) }, { HP_POP(clif->rodex_icon, HP_clif_rodex_icon) }, + { HP_POP(clif->skill_scale, HP_clif_skill_scale) }, /* cmdline_interface */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |