summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-04-05 23:12:30 +0200
committerHerculesWSAPI <dev@herc.ws>2020-04-05 23:12:30 +0200
commitb147ab584f2e92994252073f849a83e0fc74cf81 (patch)
treea606d47f0b49860a22c130fb652a14ba6d1b4706 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentc7ad2580c502dfed6d4fe34907758cd93ddfded3 (diff)
downloadhercules-b147ab584f2e92994252073f849a83e0fc74cf81.tar.gz
hercules-b147ab584f2e92994252073f849a83e0fc74cf81.tar.bz2
hercules-b147ab584f2e92994252073f849a83e0fc74cf81.tar.xz
hercules-b147ab584f2e92994252073f849a83e0fc74cf81.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.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 1ba2358ef..ac30b97d4 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2598,6 +2598,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pet->init, HP_pet_init) },
{ 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->set_intimate, HP_pet_set_intimate) },
{ HP_POP(pet->create_egg, HP_pet_create_egg) },
{ HP_POP(pet->unlocktarget, HP_pet_unlocktarget) },