summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-08 21:32:44 -0200
committershennetsind <ind@henn.et>2013-12-08 21:32:44 -0200
commit4727cc95528be094cd2c1c3fbb3c92b7873c809b (patch)
treea918c51ba58f72082bba24323798d3bf8b3e9d41 /src/map/map.c
parent0191e8c774f2675a32b16cdc1ac2be1c61ca252d (diff)
downloadhercules-4727cc95528be094cd2c1c3fbb3c92b7873c809b.tar.gz
hercules-4727cc95528be094cd2c1c3fbb3c92b7873c809b.tar.bz2
hercules-4727cc95528be094cd2c1c3fbb3c92b7873c809b.tar.xz
hercules-4727cc95528be094cd2c1c3fbb3c92b7873c809b.zip
Follow up d4a58d24d6bcb23a995d62a3d9f9e7190c054b49
Enabled plugin access to mapindex interface Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 874dca08c..029e24136 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5367,15 +5367,13 @@ void map_hp_symbols(void) {
#ifdef PCRE_SUPPORT
HPM->share(npc_chat,"npc_chat");
#endif
- /* partial */
HPM->share(mapit,"mapit");
+ HPM->share(mapindex,"mapindex");
/* sql link */
HPM->share(map->mysql_handle,"sql_handle");
/* specific */
HPM->share(atcommand->create,"addCommand");
HPM->share(script->addScript,"addScript");
- /* vars */
- HPM->share(map->list,"map->list");
}
void map_load_defaults(void) {