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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 2a6761170..552d49b4f 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1784,6 +1784,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->class2idx, HP_pc_class2idx) }, { HP_POP(pc->can_give_items, HP_pc_can_give_items) }, { HP_POP(pc->can_give_bound_items, HP_pc_can_give_bound_items) }, + { HP_POP(pc->can_talk, HP_pc_can_talk) }, + { HP_POP(pc->can_attack, HP_pc_can_attack) }, { HP_POP(pc->can_use_command, HP_pc_can_use_command) }, { HP_POP(pc->set_group, HP_pc_set_group) }, { HP_POP(pc->should_log_commands, HP_pc_should_log_commands) }, |