summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.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_char.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_char.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
index 3c5c4fd66..35f9044d5 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
@@ -187,6 +187,9 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(chr->online_data_cleanup_sub, HP_chr_online_data_cleanup_sub) },
{ HP_POP(chr->online_data_cleanup, HP_chr_online_data_cleanup) },
{ HP_POP(chr->sql_config_read, HP_chr_sql_config_read) },
+ { HP_POP(chr->sql_config_read_registry, HP_chr_sql_config_read_registry) },
+ { HP_POP(chr->sql_config_read_pc, HP_chr_sql_config_read_pc) },
+ { HP_POP(chr->sql_config_read_guild, HP_chr_sql_config_read_guild) },
{ HP_POP(chr->config_read, HP_chr_config_read) },
{ HP_POP(chr->config_read_database, HP_chr_config_read_database) },
{ HP_POP(chr->config_read_console, HP_chr_config_read_console) },
@@ -290,7 +293,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(inter->vmsg_to_fd, HP_inter_vmsg_to_fd) },
{ HP_POP(inter->savereg, HP_inter_savereg) },
{ HP_POP(inter->accreg_fromsql, HP_inter_accreg_fromsql) },
- { HP_POP(inter->config_read, HP_inter_config_read) },
{ HP_POP(inter->vlog, HP_inter_vlog) },
{ HP_POP(inter->init_sql, HP_inter_init_sql) },
{ HP_POP(inter->mapif_init, HP_inter_mapif_init) },
@@ -299,6 +301,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(inter->check_length, HP_inter_check_length) },
{ HP_POP(inter->parse_frommap, HP_inter_parse_frommap) },
{ HP_POP(inter->final, HP_inter_final) },
+ { HP_POP(inter->config_read, HP_inter_config_read) },
+ { HP_POP(inter->config_read_connection, HP_inter_config_read_connection) },
/* inter_mail_interface */
{ HP_POP(inter_mail->sql_init, HP_inter_mail_sql_init) },
{ HP_POP(inter_mail->sql_final, HP_inter_mail_sql_final) },