diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-01-16 20:28:46 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-01-16 20:28:46 +0100 |
commit | e951186d8eafc09de4e88224d5f2a3c9b19d6fae (patch) | |
tree | 02ddc3e6f3f74c7baff301d11e101cc64396d19d /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 3b1f9881edf52d725f768dbf2c0ef0c03ac60190 (diff) | |
download | hercules-e951186d8eafc09de4e88224d5f2a3c9b19d6fae.tar.gz hercules-e951186d8eafc09de4e88224d5f2a3c9b19d6fae.tar.bz2 hercules-e951186d8eafc09de4e88224d5f2a3c9b19d6fae.tar.xz hercules-e951186d8eafc09de4e88224d5f2a3c9b19d6fae.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 5bbad878a..db30c8c02 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -944,6 +944,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->add_random_options, HP_clif_add_random_options) }, { HP_POP(clif->pHotkeyRowShift, HP_clif_pHotkeyRowShift) }, { HP_POP(clif->dressroom_open, HP_clif_dressroom_open) }, + { HP_POP(clif->pOneClick_ItemIdentify, HP_clif_pOneClick_ItemIdentify) }, { HP_POP(clif->selectcart, HP_clif_selectcart) }, { HP_POP(clif->pSelectCart, HP_clif_pSelectCart) }, /* cmdline */ @@ -2211,6 +2212,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->autotrade_final, HP_pc_autotrade_final) }, { HP_POP(pc->check_job_name, HP_pc_check_job_name) }, { HP_POP(pc->update_idle_time, HP_pc_update_idle_time) }, + { HP_POP(pc->have_magnifier, HP_pc_have_magnifier) }, /* libpcre */ { HP_POP(libpcre->compile, HP_libpcre_compile) }, { HP_POP(libpcre->study, HP_libpcre_study) }, |