diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-05-08 17:16:42 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-05-08 17:16:42 +0200 |
commit | 6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f (patch) | |
tree | c2e5868d0b5f7d4835a344b52926f7ef4921c08c /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | c4603a0335e5cfe49a600ff58c9060680b55360d (diff) | |
download | hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.gz hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.bz2 hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.xz hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 85ce07a21..47a651a49 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1077,6 +1077,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(homun->exp_db_read, HP_homun_exp_db_read) }, { HP_POP(homun->addspiritball, HP_homun_addspiritball) }, { HP_POP(homun->delspiritball, HP_homun_delspiritball) }, + { HP_POP(homun->get_intimacy_grade, HP_homun_get_intimacy_grade) }, /* instance */ { HP_POP(instance->init, HP_instance_init) }, { HP_POP(instance->final, HP_instance_final) }, |