diff options
author | Haru <haru@dotalux.com> | 2018-04-25 17:28:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 17:28:48 +0200 |
commit | a1f048fc6bdb14199cfaaf2b8f221333a764ddc9 (patch) | |
tree | bbabede2500cdafa2a1a8ea4e9b546bbc0cace8d /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | a4df55e940057e2882a4b01dd1471c73af70e2bd (diff) | |
parent | 0903a1f80285f02e1c902dafb2ab5e1783b9e671 (diff) | |
download | hercules-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.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 204749f10..19f91bb11 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -430,8 +430,6 @@ struct { struct HPMHookPoint *HP_chrif_divorce_post; struct HPMHookPoint *HP_chrif_removefriend_pre; struct HPMHookPoint *HP_chrif_removefriend_post; - struct HPMHookPoint *HP_chrif_send_report_pre; - struct HPMHookPoint *HP_chrif_send_report_post; struct HPMHookPoint *HP_chrif_flush_pre; struct HPMHookPoint *HP_chrif_flush_post; struct HPMHookPoint *HP_chrif_skillid2idx_pre; @@ -6767,8 +6765,6 @@ struct { int HP_chrif_divorce_post; int HP_chrif_removefriend_pre; int HP_chrif_removefriend_post; - int HP_chrif_send_report_pre; - int HP_chrif_send_report_post; int HP_chrif_flush_pre; int HP_chrif_flush_post; int HP_chrif_skillid2idx_pre; |