diff options
author | Haru <haru@dotalux.com> | 2015-08-11 02:24:04 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-13 17:16:26 +0200 |
commit | e3f34b0d2d977b25846013207b26c87c83c108b8 (patch) | |
tree | f7a5ccc7789fa67ed8a3732e016503f14137a3f4 | |
parent | ba3db7c5fb2efb7dc5a12f84dadd66bfcd413681 (diff) | |
download | hercules-e3f34b0d2d977b25846013207b26c87c83c108b8.tar.gz hercules-e3f34b0d2d977b25846013207b26c87c83c108b8.tar.bz2 hercules-e3f34b0d2d977b25846013207b26c87c83c108b8.tar.xz hercules-e3f34b0d2d977b25846013207b26c87c83c108b8.zip |
HPM Hooks Update
-rw-r--r-- | src/common/HPMDataCheck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h index 70382354d..390afa007 100644 --- a/src/common/HPMDataCheck.h +++ b/src/common/HPMDataCheck.h @@ -149,7 +149,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = { #define COMMON_MALLOC_H #endif // COMMON_MALLOC_H #ifdef COMMON_MAPINDEX_H - { "mapindex_interface", sizeof(struct mapindex_interface), SERVER_TYPE_ALL }, + { "mapindex_interface", sizeof(struct mapindex_interface), SERVER_TYPE_CHAR|SERVER_TYPE_MAP }, #else #define COMMON_MAPINDEX_H #endif // COMMON_MAPINDEX_H |