summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-04-07 17:32:51 +0100
committerAsheraf <acheraf1998@gmail.com>2018-04-07 18:01:15 +0100
commitd5ffd934efd3e8a145cce79e450964908fd168ea (patch)
treedb884938f68e017e721f47269ae2cce96c89dd79 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent5490645ca9f1f2759e5b38c405340480be362b0f (diff)
downloadhercules-d5ffd934efd3e8a145cce79e450964908fd168ea.tar.gz
hercules-d5ffd934efd3e8a145cce79e450964908fd168ea.tar.bz2
hercules-d5ffd934efd3e8a145cce79e450964908fd168ea.tar.xz
hercules-d5ffd934efd3e8a145cce79e450964908fd168ea.zip
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 6191bea21..fa6de9ff0 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2398,6 +2398,10 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pet->recovery_timer, HP_pet_recovery_timer) },
{ HP_POP(pet->skill_support_timer, HP_pet_skill_support_timer) },
{ HP_POP(pet->read_db, HP_pet_read_db) },
+ { HP_POP(pet->read_db_libconfig, HP_pet_read_db_libconfig) },
+ { HP_POP(pet->read_db_sub, HP_pet_read_db_sub) },
+ { HP_POP(pet->read_db_sub_intimacy, HP_pet_read_db_sub_intimacy) },
+ { HP_POP(pet->read_db_clear, HP_pet_read_db_clear) },
/* quest_interface */
{ HP_POP(quest->init, HP_quest_init) },
{ HP_POP(quest->final, HP_quest_final) },