summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2016-10-22 02:31:53 +0200
committerHerculesWSAPI <dev@herc.ws>2016-10-22 02:31:53 +0200
commit21468b7ed14784913a1d244c8918cd007bef0d22 (patch)
tree38488c2af7251cc31c8eb1a08f8c490d31a6b8d2 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentf072f3c9771cf0154f3b207970d86cc857708050 (diff)
downloadhercules-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.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
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 cbaf14715..22f0b3a8a 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4402,6 +4402,8 @@ struct {
struct HPMHookPoint *HP_pc_process_chat_message_post;
struct HPMHookPoint *HP_pc_check_supernovice_call_pre;
struct HPMHookPoint *HP_pc_check_supernovice_call_post;
+ struct HPMHookPoint *HP_pc_check_basicskill_pre;
+ struct HPMHookPoint *HP_pc_check_basicskill_post;
struct HPMHookPoint *HP_libpcre_compile_pre;
struct HPMHookPoint *HP_libpcre_compile_post;
struct HPMHookPoint *HP_libpcre_study_pre;
@@ -10437,6 +10439,8 @@ struct {
int HP_pc_process_chat_message_post;
int HP_pc_check_supernovice_call_pre;
int HP_pc_check_supernovice_call_post;
+ int HP_pc_check_basicskill_pre;
+ int HP_pc_check_basicskill_post;
int HP_libpcre_compile_pre;
int HP_libpcre_compile_post;
int HP_libpcre_study_pre;