summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-01-11 16:58:52 +0100
committerHaruna <haru@dotalux.com>2015-01-11 16:58:52 +0100
commit670fca4c54445440c25e1114e64170e3934645f1 (patch)
tree2283314884d273c4525d5b527cd0d6c9496020d1 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent0500a83b68485616d53db34c2ac494faba6be7eb (diff)
parentd5cbfe3188c9c0f91f74772237606863c5ff6114 (diff)
downloadhercules-670fca4c54445440c25e1114e64170e3934645f1.tar.gz
hercules-670fca4c54445440c25e1114e64170e3934645f1.tar.bz2
hercules-670fca4c54445440c25e1114e64170e3934645f1.tar.xz
hercules-670fca4c54445440c25e1114e64170e3934645f1.zip
Merge pull request #438 from 4144/pcdb_checkid
Convert pcdb_checkid into function in pc interface
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index d83b398eb..7c09737fa 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2005,6 +2005,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pc->expiration_timer, HP_pc_expiration_timer) },
{ HP_POP(pc->global_expiration_timer, HP_pc_global_expiration_timer) },
{ HP_POP(pc->expire_check, HP_pc_expire_check) },
+ { HP_POP(pc->db_checkid, HP_pc_db_checkid) },
{ HP_POP(pc->autotrade_load, HP_pc_autotrade_load) },
{ HP_POP(pc->autotrade_update, HP_pc_autotrade_update) },
{ HP_POP(pc->autotrade_start, HP_pc_autotrade_start) },