diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-07-10 07:03:41 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-07-10 07:03:41 +0200 |
commit | 8e3b160fa7f62246fd19bb973f544b387d42eeb2 (patch) | |
tree | 82f7397bec37de0756a9de5b770e9f57691ea7c8 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 9dd6ee636b783f1cd57b1be3d02fcc9782ebe2c3 (diff) | |
download | hercules-8e3b160fa7f62246fd19bb973f544b387d42eeb2.tar.gz hercules-8e3b160fa7f62246fd19bb973f544b387d42eeb2.tar.bz2 hercules-8e3b160fa7f62246fd19bb973f544b387d42eeb2.tar.xz hercules-8e3b160fa7f62246fd19bb973f544b387d42eeb2.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index de5b11b93..1a1ffcc3c 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -3507,6 +3507,10 @@ struct { struct HPMHookPoint *HP_pc_can_give_items_post; struct HPMHookPoint *HP_pc_can_give_bound_items_pre; struct HPMHookPoint *HP_pc_can_give_bound_items_post; + struct HPMHookPoint *HP_pc_can_talk_pre; + struct HPMHookPoint *HP_pc_can_talk_post; + struct HPMHookPoint *HP_pc_can_attack_pre; + struct HPMHookPoint *HP_pc_can_attack_post; struct HPMHookPoint *HP_pc_can_use_command_pre; struct HPMHookPoint *HP_pc_can_use_command_post; struct HPMHookPoint *HP_pc_set_group_pre; @@ -8542,6 +8546,10 @@ struct { int HP_pc_can_give_items_post; int HP_pc_can_give_bound_items_pre; int HP_pc_can_give_bound_items_post; + int HP_pc_can_talk_pre; + int HP_pc_can_talk_post; + int HP_pc_can_attack_pre; + int HP_pc_can_attack_post; int HP_pc_can_use_command_pre; int HP_pc_can_use_command_post; int HP_pc_set_group_pre; |