diff options
author | Haru <haru@dotalux.com> | 2016-01-29 11:56:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-29 11:56:02 +0100 |
commit | d1d301737fbdc822665f60a6acbd2e205d15030f (patch) | |
tree | 6760de499701dcb440f3d110fcda30a984b54287 /src/map/map.c | |
parent | 11a952e03a01ba9e7c9b9d3cd588cddef52082f8 (diff) | |
parent | 3b3b21a1b939097b9f96185893a8edf4214bd572 (diff) | |
download | hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.gz hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.bz2 hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.xz hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.zip |
Merge pull request #1108 from 4144/pcreconfigure
Enable pcre by default in configure and show error if pcre missing.
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 1b922148b..3dad25fce 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5774,9 +5774,7 @@ void map_load_defaults(void) { pet_defaults(); path_defaults(); quest_defaults(); -#ifdef PCRE_SUPPORT npc_chat_defaults(); -#endif } /** * --run-once handler |