summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-09-07 01:39:50 +0200
committerHaru <haru@dotalux.com>2016-08-19 21:32:14 +0200
commit3c84a4df688a63577236d02b4d972775964f71ca (patch)
treec3c5b82451e873ce2b4be7b1c5bdfd4e613e8a57 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentea9ceb17bdf4ea4acf28dca84508b62bd7e94fd4 (diff)
downloadhercules-3c84a4df688a63577236d02b4d972775964f71ca.tar.gz
hercules-3c84a4df688a63577236d02b4d972775964f71ca.tar.bz2
hercules-3c84a4df688a63577236d02b4d972775964f71ca.tar.xz
hercules-3c84a4df688a63577236d02b4d972775964f71ca.zip
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 2cef7f135..1f231b653 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1662,6 +1662,8 @@ struct HookingPointData HookingPoints[] = {
{ 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) },
+ { HP_POP(map->inter_config_read_connection, HP_map_inter_config_read_connection) },
{ HP_POP(map->sql_init, HP_map_sql_init) },
{ HP_POP(map->sql_close, HP_map_sql_close) },
{ HP_POP(map->zone_mf_cache, HP_map_zone_mf_cache) },