diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-15 21:00:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-18 16:52:44 +0300 |
commit | aba3d68747aed707bc78b451eac5d9ed76b853d5 (patch) | |
tree | b7853002d5c89d1db9a6a2ee296faedcbad0e708 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | f26152a2f3fc1e9f21ee0d8d1bc0ea8e8c8ffabf (diff) | |
download | hercules-aba3d68747aed707bc78b451eac5d9ed76b853d5.tar.gz hercules-aba3d68747aed707bc78b451eac5d9ed76b853d5.tar.bz2 hercules-aba3d68747aed707bc78b451eac5d9ed76b853d5.tar.xz hercules-aba3d68747aed707bc78b451eac5d9ed76b853d5.zip |
Update HPM hooks.
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 6501c0943..4e23425ec 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1880,6 +1880,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->bonus5, HP_pc_bonus5) }, { HP_POP(pc->skill, HP_pc_skill) }, { HP_POP(pc->insert_card, HP_pc_insert_card) }, + { HP_POP(pc->can_insert_card, HP_pc_can_insert_card) }, + { HP_POP(pc->can_insert_card_into, HP_pc_can_insert_card_into) }, { HP_POP(pc->steal_item, HP_pc_steal_item) }, { HP_POP(pc->steal_coin, HP_pc_steal_coin) }, { HP_POP(pc->modifybuyvalue, HP_pc_modifybuyvalue) }, |