summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-25 17:28:48 +0200
committerGitHub <noreply@github.com>2018-04-25 17:28:48 +0200
commita1f048fc6bdb14199cfaaf2b8f221333a764ddc9 (patch)
treebbabede2500cdafa2a1a8ea4e9b546bbc0cace8d /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parenta4df55e940057e2882a4b01dd1471c73af70e2bd (diff)
parent0903a1f80285f02e1c902dafb2ab5e1783b9e671 (diff)
downloadhercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.gz
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.bz2
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.xz
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.zip
Merge pull request #2023 from MishimaHaruna/remove-stat-server
Remove stat server
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
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 a848beab4..711e25d30 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) },