summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-01-18 22:02:33 -0200
committershennetsind <ind@henn.et>2014-01-18 22:02:33 -0200
commitc32a22c52b75ae8c3bc2064110318f4ad1d6954a (patch)
treeb63a2ba9db0e7825b3365fa53fa8ddd8a35315b3 /src/map/map.c
parent14f84fc044754d22740905b7fa90022b4a04b0d8 (diff)
downloadhercules-c32a22c52b75ae8c3bc2064110318f4ad1d6954a.tar.gz
hercules-c32a22c52b75ae8c3bc2064110318f4ad1d6954a.tar.bz2
hercules-c32a22c52b75ae8c3bc2064110318f4ad1d6954a.tar.xz
hercules-c32a22c52b75ae8c3bc2064110318f4ad1d6954a.zip
PCRE Interface
Plugins may now take advantage of the pcre support within the core. Thanks to Haruna! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 8301caa5b..bb9e53cdb 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5371,6 +5371,7 @@ void map_hp_symbols(void) {
HPM->share(quest,"quest");
#ifdef PCRE_SUPPORT
HPM->share(npc_chat,"npc_chat");
+ HPM->share(libpcre,"libpcre");
#endif
HPM->share(mapit,"mapit");
HPM->share(mapindex,"mapindex");