diff options
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"); |