diff options
author | Hercules.ws <dev@herc.ws> | 2016-10-22 02:31:53 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-10-22 02:31:53 +0200 |
commit | 21468b7ed14784913a1d244c8918cd007bef0d22 (patch) | |
tree | 38488c2af7251cc31c8eb1a08f8c490d31a6b8d2 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | f072f3c9771cf0154f3b207970d86cc857708050 (diff) | |
download | hercules-21468b7ed14784913a1d244c8918cd007bef0d22.tar.gz hercules-21468b7ed14784913a1d244c8918cd007bef0d22.tar.bz2 hercules-21468b7ed14784913a1d244c8918cd007bef0d22.tar.xz hercules-21468b7ed14784913a1d244c8918cd007bef0d22.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 989296011..0a3dc10fe 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2256,6 +2256,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->have_magnifier, HP_pc_have_magnifier) }, { HP_POP(pc->process_chat_message, HP_pc_process_chat_message) }, { HP_POP(pc->check_supernovice_call, HP_pc_check_supernovice_call) }, + { HP_POP(pc->check_basicskill, HP_pc_check_basicskill) }, /* pcre_interface */ { HP_POP(libpcre->compile, HP_libpcre_compile) }, { HP_POP(libpcre->study, HP_libpcre_study) }, |