diff options
author | Hercules.ws <dev@herc.ws> | 2018-07-25 03:26:34 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-07-25 03:26:34 +0200 |
commit | 8638aac839058603627df18f3cbb83816165d06d (patch) | |
tree | c54adec8445e58794c4f45a40eafc5def131c346 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | a57601ad534481e29e4d9746c0442a780e13ba7e (diff) | |
download | hercules-8638aac839058603627df18f3cbb83816165d06d.tar.gz hercules-8638aac839058603627df18f3cbb83816165d06d.tar.bz2 hercules-8638aac839058603627df18f3cbb83816165d06d.tar.xz hercules-8638aac839058603627df18f3cbb83816165d06d.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 53a8f55a0..43c9c8e6d 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2397,6 +2397,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->check_supernovice_call, HP_pc_check_supernovice_call) }, { HP_POP(pc->check_basicskill, HP_pc_check_basicskill) }, { HP_POP(pc->isDeathPenaltyJob, HP_pc_isDeathPenaltyJob) }, + { HP_POP(pc->has_second_costume, HP_pc_has_second_costume) }, /* pcre_interface */ { HP_POP(libpcre->compile, HP_libpcre_compile) }, { HP_POP(libpcre->study, HP_libpcre_study) }, |