diff options
author | Haru <haru@dotalux.com> | 2016-03-14 01:30:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:45 +0200 |
commit | 14c9f5228fec75fc4e9bc8552e3fbae16f356103 (patch) | |
tree | ba5165b102784eb793da8e9cd8dc35108fbeeed0 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 5196ad065674b65b030d30793b611823e18f0560 (diff) | |
download | hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.gz hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.bz2 hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.xz hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 6d7b62cff..cbf7ba79f 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1036,6 +1036,14 @@ struct HookingPointData HookingPoints[] = { { HP_POP(elemental->ai_sub_foreachclient, HP_elemental_ai_sub_foreachclient) }, { HP_POP(elemental->ai_timer, HP_elemental_ai_timer) }, { HP_POP(elemental->read_db, HP_elemental_read_db) }, +/* grfio_interface */ + { HP_POP(grfio->init, HP_grfio_init) }, + { HP_POP(grfio->final, HP_grfio_final) }, + { HP_POP(grfio->reads, HP_grfio_reads) }, + { HP_POP(grfio->find_file, HP_grfio_find_file) }, + { HP_POP(grfio->crc32, HP_grfio_crc32) }, + { HP_POP(grfio->decode_zip, HP_grfio_decode_zip) }, + { HP_POP(grfio->encode_zip, HP_grfio_encode_zip) }, /* guild_interface */ { HP_POP(guild->init, HP_guild_init) }, { HP_POP(guild->final, HP_guild_final) }, |