diff options
author | shennetsind <ind@henn.et> | 2013-12-08 21:32:44 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-12-08 21:32:44 -0200 |
commit | 4727cc95528be094cd2c1c3fbb3c92b7873c809b (patch) | |
tree | a918c51ba58f72082bba24323798d3bf8b3e9d41 /src/map | |
parent | 0191e8c774f2675a32b16cdc1ac2be1c61ca252d (diff) | |
download | hercules-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')
-rw-r--r-- | src/map/map.c | 4 |
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) { |