diff options
author | shennetsind <ind@henn.et> | 2014-01-18 22:02:33 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-18 22:02:33 -0200 |
commit | c32a22c52b75ae8c3bc2064110318f4ad1d6954a (patch) | |
tree | b63a2ba9db0e7825b3365fa53fa8ddd8a35315b3 /src/map/map.c | |
parent | 14f84fc044754d22740905b7fa90022b4a04b0d8 (diff) | |
download | hercules-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.c | 1 |
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"); |