diff options
author | Hercules.ws <dev@herc.ws> | 2020-06-28 02:04:59 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-06-28 02:04:59 +0200 |
commit | 5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6 (patch) | |
tree | ce6866101f5f7f771c68e4c7578afc403c1fe448 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 74e33aee9e47d0d74bf3ff58b55a823729c529ad (diff) | |
download | hercules-5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6.tar.gz hercules-5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6.tar.bz2 hercules-5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6.tar.xz hercules-5b7b4361b53d9d7d5bf6518664f261c1bc7b02f6.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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 c35e9b3d6..4cd13c366 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2618,6 +2618,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pet->final, HP_pet_final) }, { HP_POP(pet->hungry_val, HP_pet_hungry_val) }, { HP_POP(pet->set_hunger, HP_pet_set_hunger) }, + { HP_POP(pet->get_card4_value, HP_pet_get_card4_value) }, { HP_POP(pet->set_intimate, HP_pet_set_intimate) }, { HP_POP(pet->create_egg, HP_pet_create_egg) }, { HP_POP(pet->unlocktarget, HP_pet_unlocktarget) }, @@ -2630,6 +2631,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pet->performance, HP_pet_performance) }, { HP_POP(pet->return_egg, HP_pet_return_egg) }, { HP_POP(pet->data_init, HP_pet_data_init) }, + { HP_POP(pet->spawn, HP_pet_spawn) }, { HP_POP(pet->birth_process, HP_pet_birth_process) }, { HP_POP(pet->recv_petdata, HP_pet_recv_petdata) }, { HP_POP(pet->select_egg, HP_pet_select_egg) }, |