diff options
author | Haru <haru@dotalux.com> | 2018-02-04 20:36:59 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-02-17 15:10:13 +0100 |
commit | 4402660a1a36039273ad88765fd71160e823baab (patch) | |
tree | 75fb62da5836ef5ecf0f689d076b123bc5c2129c /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | e2ba5d8b144c1251ce68fc8b1c95ee89250cf169 (diff) | |
download | hercules-4402660a1a36039273ad88765fd71160e823baab.tar.gz hercules-4402660a1a36039273ad88765fd71160e823baab.tar.bz2 hercules-4402660a1a36039273ad88765fd71160e823baab.tar.xz hercules-4402660a1a36039273ad88765fd71160e823baab.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index f023731aa..f668cfec6 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1720,8 +1720,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->iwall_nextxy, HP_map_iwall_nextxy) }, { HP_POP(map->create_map_data_other_server, HP_map_create_map_data_other_server) }, { HP_POP(map->eraseallipport_sub, HP_map_eraseallipport_sub) }, - { HP_POP(map->init_mapcache, HP_map_init_mapcache) }, { HP_POP(map->readfromcache, HP_map_readfromcache) }, + { HP_POP(map->readfromcache_v1, HP_map_readfromcache_v1) }, { HP_POP(map->addmap, HP_map_addmap) }, { HP_POP(map->delmapid, HP_map_delmapid) }, { HP_POP(map->zone_db_clear, HP_map_zone_db_clear) }, |