summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-28 22:08:52 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:07 +0300
commit14b5d3012cd46391ff6e3eca1cdb0009a9004f49 (patch)
tree25c4e176f5f39d6ed59440ed1d9e7ceacb2dfac3 /src/common
parent9a454fc1d03e7c3e1a39745742626e6f13b31378 (diff)
downloadhercules-14b5d3012cd46391ff6e3eca1cdb0009a9004f49.tar.gz
hercules-14b5d3012cd46391ff6e3eca1cdb0009a9004f49.tar.bz2
hercules-14b5d3012cd46391ff6e3eca1cdb0009a9004f49.tar.xz
hercules-14b5d3012cd46391ff6e3eca1cdb0009a9004f49.zip
Update HPM
Diffstat (limited to 'src/common')
-rw-r--r--src/common/HPMDataCheck.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 0e9be9b60..4bf396250 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -132,6 +132,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define CHAR_MAPIF_H
#endif // CHAR_MAPIF_H
+ #ifdef CHAR_PACKETS_HC_STRUCT_H
+ { "PACKET_HC_ACK_CHARINFO_PER_PAGE", sizeof(struct PACKET_HC_ACK_CHARINFO_PER_PAGE), SERVER_TYPE_CHAR },
+ #else
+ #define CHAR_PACKETS_HC_STRUCT_H
+ #endif // CHAR_PACKETS_HC_STRUCT_H
#ifdef CHAR_PINCODE_H
{ "pincode_interface", sizeof(struct pincode_interface), SERVER_TYPE_CHAR },
#else