diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-11-11 00:46:41 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-11-11 00:46:41 +0100 |
commit | 6dee468d487f591a0bc603733f5da52a9e94fa68 (patch) | |
tree | e35b6ab7bab114be5a75831afd81428587df3848 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 53b3577e9929fd304f55af622f5be2f4b32b19d4 (diff) | |
download | hercules-6dee468d487f591a0bc603733f5da52a9e94fa68.tar.gz hercules-6dee468d487f591a0bc603733f5da52a9e94fa68.tar.bz2 hercules-6dee468d487f591a0bc603733f5da52a9e94fa68.tar.xz hercules-6dee468d487f591a0bc603733f5da52a9e94fa68.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, 0 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 5fa0bff3f..00bd82f94 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1791,8 +1791,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->final, HP_pc_final) }, { HP_POP(pc->get_dummy_sd, HP_pc_get_dummy_sd) }, { 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) }, |