diff options
author | Haru <haru@dotalux.com> | 2015-09-06 17:58:28 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-08-19 21:32:13 +0200 |
commit | 9783ce1d536d0f3f5d7e34d90717a65779ff923a (patch) | |
tree | 41c45f5198bbe1b57f5d7d6bb76ed050f263222c /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | c84a4473cc0491edbf6ac3e7efd062d8c57e5a2c (diff) | |
download | hercules-9783ce1d536d0f3f5d7e34d90717a65779ff923a.tar.gz hercules-9783ce1d536d0f3f5d7e34d90717a65779ff923a.tar.bz2 hercules-9783ce1d536d0f3f5d7e34d90717a65779ff923a.tar.xz hercules-9783ce1d536d0f3f5d7e34d90717a65779ff923a.zip |
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index 4371cf81a..3c5c4fd66 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -187,8 +187,19 @@ 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->config_dispatch, HP_chr_config_dispatch) }, { 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) }, + { HP_POP(chr->config_read_player_fame, HP_chr_config_read_player_fame) }, + { HP_POP(chr->config_read_player_deletion, HP_chr_config_read_player_deletion) }, + { HP_POP(chr->config_read_player_name, HP_chr_config_read_player_name) }, + { HP_POP(chr->config_set_start_item, HP_chr_config_set_start_item) }, + { HP_POP(chr->config_read_player_new, HP_chr_config_read_player_new) }, + { HP_POP(chr->config_read_player, HP_chr_config_read_player) }, + { HP_POP(chr->config_read_permission, HP_chr_config_read_permission) }, + { HP_POP(chr->config_set_ip, HP_chr_config_set_ip) }, + { HP_POP(chr->config_read_inter, HP_chr_config_read_inter) }, + { HP_POP(chr->config_read_top, HP_chr_config_read_top) }, /* cmdline_interface */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |