diff options
author | Hercules.ws <dev@herc.ws> | 2019-04-07 23:19:09 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-04-07 23:19:09 +0200 |
commit | 6ea3d0fe87019bd7a9f235827f261b21cd87715e (patch) | |
tree | aa1ab63230ef45d07d0c22ea3b08a1cc03974ce0 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | f71e3a54b7c72057a097756613c9e1804bce479b (diff) | |
download | hercules-6ea3d0fe87019bd7a9f235827f261b21cd87715e.tar.gz hercules-6ea3d0fe87019bd7a9f235827f261b21cd87715e.tar.bz2 hercules-6ea3d0fe87019bd7a9f235827f261b21cd87715e.tar.xz hercules-6ea3d0fe87019bd7a9f235827f261b21cd87715e.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 | 1 |
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 8532f9d22..6ab056dfd 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1131,6 +1131,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->PrivateAirshipResponse, HP_clif_PrivateAirshipResponse) }, { HP_POP(clif->pReqStyleChange, HP_clif_pReqStyleChange) }, { HP_POP(clif->pReqStyleChange2, HP_clif_pReqStyleChange2) }, + { HP_POP(clif->pStyleClose, HP_clif_pStyleClose) }, { 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) }, |