diff options
author | Hercules.ws <dev@herc.ws> | 2018-06-29 11:33:55 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-06-29 11:33:55 +0200 |
commit | d259adc39c1bd405da4fa5388747654b46a0d242 (patch) | |
tree | e9482818d17c0bc045548e5594b9634457951c31 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 9d24045d743a11eda0c825ea3c989fc5e78bc8af (diff) | |
download | hercules-d259adc39c1bd405da4fa5388747654b46a0d242.tar.gz hercules-d259adc39c1bd405da4fa5388747654b46a0d242.tar.bz2 hercules-d259adc39c1bd405da4fa5388747654b46a0d242.tar.xz hercules-d259adc39c1bd405da4fa5388747654b46a0d242.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index c9463b1b8..942693da8 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1046,6 +1046,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->pReqStyleChange, HP_clif_pReqStyleChange) }, { HP_POP(clif->cz_req_style_change_sub, HP_clif_cz_req_style_change_sub) }, { HP_POP(clif->style_change_response, HP_clif_style_change_response) }, + { HP_POP(clif->pPetEvolution, HP_clif_pPetEvolution) }, + { HP_POP(clif->petEvolutionResult, HP_clif_petEvolutionResult) }, /* cmdline_interface */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, @@ -2439,6 +2441,7 @@ struct HookingPointData HookingPoints[] = { { 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) }, + { HP_POP(pet->read_db_sub_evolution, HP_pet_read_db_sub_evolution) }, /* quest_interface */ { HP_POP(quest->init, HP_quest_init) }, { HP_POP(quest->final, HP_quest_final) }, |