diff options
author | Haru <haru@dotalux.com> | 2018-04-18 00:41:38 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-22 21:17:53 +0200 |
commit | 0903a1f80285f02e1c902dafb2ab5e1783b9e671 (patch) | |
tree | 2e766e37097d7483709397f7298b9e5ef157db21 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 5dd8a9165d1cd228124c2d9e07c8c38e47251dd6 (diff) | |
download | hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.gz hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.bz2 hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.xz hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 5fdfd9e03..19fd8498e 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -236,7 +236,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(chrif->changesex, HP_chrif_changesex) }, { HP_POP(chrif->divorce, HP_chrif_divorce) }, { HP_POP(chrif->removefriend, HP_chrif_removefriend) }, - { HP_POP(chrif->send_report, HP_chrif_send_report) }, { HP_POP(chrif->flush, HP_chrif_flush) }, { HP_POP(chrif->skillid2idx, HP_chrif_skillid2idx) }, { HP_POP(chrif->sd_to_auth, HP_chrif_sd_to_auth) }, |