diff options
author | Hercules.ws <dev@herc.ws> | 2018-06-04 01:53:04 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-06-04 01:53:04 +0200 |
commit | efc15c571e224df54b2696aaa501115fc9f23a01 (patch) | |
tree | 0aa5e775a63a927a28d4dab8903c8b816f6261a7 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 81d02447f733ff802614c338cecfd88adad76ace (diff) | |
download | hercules-efc15c571e224df54b2696aaa501115fc9f23a01.tar.gz hercules-efc15c571e224df54b2696aaa501115fc9f23a01.tar.bz2 hercules-efc15c571e224df54b2696aaa501115fc9f23a01.tar.xz hercules-efc15c571e224df54b2696aaa501115fc9f23a01.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 5c8fc9d68..d17955db7 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -2028,6 +2028,24 @@ struct { struct HPMHookPoint *HP_clif_pPrivateAirshipRequest_post; struct HPMHookPoint *HP_clif_PrivateAirshipResponse_pre; struct HPMHookPoint *HP_clif_PrivateAirshipResponse_post; + struct HPMHookPoint *HP_clif_stylist_vector_init_pre; + struct HPMHookPoint *HP_clif_stylist_vector_init_post; + struct HPMHookPoint *HP_clif_stylist_vector_clear_pre; + struct HPMHookPoint *HP_clif_stylist_vector_clear_post; + struct HPMHookPoint *HP_clif_stylist_read_db_libconfig_pre; + struct HPMHookPoint *HP_clif_stylist_read_db_libconfig_post; + struct HPMHookPoint *HP_clif_stylist_read_db_libconfig_sub_pre; + struct HPMHookPoint *HP_clif_stylist_read_db_libconfig_sub_post; + struct HPMHookPoint *HP_clif_style_change_validate_requirements_pre; + struct HPMHookPoint *HP_clif_style_change_validate_requirements_post; + struct HPMHookPoint *HP_clif_stylist_send_rodexitem_pre; + struct HPMHookPoint *HP_clif_stylist_send_rodexitem_post; + struct HPMHookPoint *HP_clif_pReqStyleChange_pre; + struct HPMHookPoint *HP_clif_pReqStyleChange_post; + struct HPMHookPoint *HP_clif_cz_req_style_change_sub_pre; + struct HPMHookPoint *HP_clif_cz_req_style_change_sub_post; + struct HPMHookPoint *HP_clif_style_change_response_pre; + struct HPMHookPoint *HP_clif_style_change_response_post; struct HPMHookPoint *HP_cmdline_init_pre; struct HPMHookPoint *HP_cmdline_init_post; struct HPMHookPoint *HP_cmdline_final_pre; @@ -8385,6 +8403,24 @@ struct { int HP_clif_pPrivateAirshipRequest_post; int HP_clif_PrivateAirshipResponse_pre; int HP_clif_PrivateAirshipResponse_post; + int HP_clif_stylist_vector_init_pre; + int HP_clif_stylist_vector_init_post; + int HP_clif_stylist_vector_clear_pre; + int HP_clif_stylist_vector_clear_post; + int HP_clif_stylist_read_db_libconfig_pre; + int HP_clif_stylist_read_db_libconfig_post; + int HP_clif_stylist_read_db_libconfig_sub_pre; + int HP_clif_stylist_read_db_libconfig_sub_post; + int HP_clif_style_change_validate_requirements_pre; + int HP_clif_style_change_validate_requirements_post; + int HP_clif_stylist_send_rodexitem_pre; + int HP_clif_stylist_send_rodexitem_post; + int HP_clif_pReqStyleChange_pre; + int HP_clif_pReqStyleChange_post; + int HP_clif_cz_req_style_change_sub_pre; + int HP_clif_cz_req_style_change_sub_post; + int HP_clif_style_change_response_pre; + int HP_clif_style_change_response_post; int HP_cmdline_init_pre; int HP_cmdline_init_post; int HP_cmdline_final_pre; |