summaryrefslogtreecommitdiff
path: root/src/common/HPMDataCheck.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-04-14 13:38:12 +0200
committerHaru <haru@dotalux.com>2016-04-16 07:41:09 +0200
commitceef84e730a89b9ff462862bba66e2da1c25617e (patch)
treef7a7028d15fd3d9bc1b48418dd4a9c577cdcb239 /src/common/HPMDataCheck.h
parentc8ff1e77501d3edd9bf79fa7ab0281092906735c (diff)
downloadhercules-ceef84e730a89b9ff462862bba66e2da1c25617e.tar.gz
hercules-ceef84e730a89b9ff462862bba66e2da1c25617e.tar.bz2
hercules-ceef84e730a89b9ff462862bba66e2da1c25617e.tar.xz
hercules-ceef84e730a89b9ff462862bba66e2da1c25617e.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPMDataCheck.h')
-rw-r--r--src/common/HPMDataCheck.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 7e88b5a34..048855edb 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -270,6 +270,12 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define LOGIN_ACCOUNT_H
#endif // LOGIN_ACCOUNT_H
+ #ifdef LOGIN_LCLIF_H
+ { "lclif_interface", sizeof(struct lclif_interface), SERVER_TYPE_LOGIN },
+ { "login_packet_db", sizeof(struct login_packet_db), SERVER_TYPE_LOGIN },
+ #else
+ #define LOGIN_LCLIF_H
+ #endif // LOGIN_LCLIF_H
#ifdef LOGIN_LOGIN_H
{ "Login_Config", sizeof(struct Login_Config), SERVER_TYPE_LOGIN },
{ "client_hash_node", sizeof(struct client_hash_node), SERVER_TYPE_LOGIN },