diff options
author | Haru <haru@dotalux.com> | 2016-02-11 15:29:27 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-08-19 21:32:19 +0200 |
commit | 654bfa03503da8c5ec86fa0b67baab0e534232a3 (patch) | |
tree | c656cb4361c40a4cfbb3443c5ee7a800eb7e25fc /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 86dde2472e4752b44a14e1d37a9b6288c06f3c00 (diff) | |
download | hercules-654bfa03503da8c5ec86fa0b67baab0e534232a3.tar.gz hercules-654bfa03503da8c5ec86fa0b67baab0e534232a3.tar.bz2 hercules-654bfa03503da8c5ec86fa0b67baab0e534232a3.tar.xz hercules-654bfa03503da8c5ec86fa0b67baab0e534232a3.zip |
HPM Hooks Update
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 1f231b653..df97d7d47 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1659,7 +1659,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->readgat, HP_map_readgat) }, { HP_POP(map->readallmaps, HP_map_readallmaps) }, { HP_POP(map->config_read, HP_map_config_read) }, - { HP_POP(map->config_read_sub, HP_map_config_read_sub) }, { HP_POP(map->reloadnpc_sub, HP_map_reloadnpc_sub) }, { HP_POP(map->inter_config_read, HP_map_inter_config_read) }, { HP_POP(map->inter_config_read_database_names, HP_map_inter_config_read_database_names) }, |