summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-02-17 23:07:03 +0100
committerGitHub <noreply@github.com>2018-02-17 23:07:03 +0100
commit60870581e1e2dd740751c1104299536975015b9e (patch)
tree5e87b19dcd7a93390907d5bc3d2528170ba8ef50 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent59f02f1d406a1238f90d072949ac07279a90e9ea (diff)
parent3a49691aed6a8e343e78314ab430f381adc0e98b (diff)
downloadhercules-60870581e1e2dd740751c1104299536975015b9e.tar.gz
hercules-60870581e1e2dd740751c1104299536975015b9e.tar.bz2
hercules-60870581e1e2dd740751c1104299536975015b9e.tar.xz
hercules-60870581e1e2dd740751c1104299536975015b9e.zip
Merge pull request #1552 from HerculesWS/mcache
New map cache system
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
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) },