summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-27 13:07:04 +0200
committerGitHub <noreply@github.com>2020-05-27 13:07:04 +0200
commitf1755315045b90ae1bf752c772e9d4bc747c8671 (patch)
treef796261c6623e663ae0ffd5027a6f099906dc806 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent7b79d5d08fc43cfab1d909e107e958daf739d521 (diff)
parentfeaae9bc9244ee3c3f8968980b17c69d0ccd710f (diff)
downloadhercules-f1755315045b90ae1bf752c772e9d4bc747c8671.tar.gz
hercules-f1755315045b90ae1bf752c772e9d4bc747c8671.tar.bz2
hercules-f1755315045b90ae1bf752c772e9d4bc747c8671.tar.xz
hercules-f1755315045b90ae1bf752c772e9d4bc747c8671.zip
Merge pull request #2720 from Kenpachi2k13/split_mapreg_table
Split mapreg table and refactor mapreg code
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 4a36c5a1e..1e7145aa7 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1971,7 +1971,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mapreg->save_timer, HP_mapreg_save_timer) },
{ HP_POP(mapreg->destroyreg, HP_mapreg_destroyreg) },
{ HP_POP(mapreg->reload, HP_mapreg_reload) },
- { HP_POP(mapreg->config_read, HP_mapreg_config_read) },
/* md5_interface */
{ HP_POP(md5->string, HP_md5_string) },
{ HP_POP(md5->binary, HP_md5_binary) },