summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2017-11-18 20:24:28 +0100
committerHerculesWSAPI <dev@herc.ws>2017-11-18 20:24:28 +0100
commita37d42b8694b455fb3017b8baa72f75cf9f830b7 (patch)
treeefb1dc953d0edc87ab931604d3c338db6884ef37 /src/common
parent66ee4dea37d47af769cc94c8b8ebd2b12699ce7c (diff)
downloadhercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.gz
hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.bz2
hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.tar.xz
hercules-a37d42b8694b455fb3017b8baa72f75cf9f830b7.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/HPMDataCheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 7480269e5..e8135b6d1 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -574,6 +574,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "PACKET_ZC_MAIL_LIST", sizeof(struct PACKET_ZC_MAIL_LIST), SERVER_TYPE_MAP },
{ "PACKET_ZC_NOTIFY_UNREADMAIL", sizeof(struct PACKET_ZC_NOTIFY_UNREADMAIL), SERVER_TYPE_MAP },
{ "PACKET_ZC_READ_MAIL", sizeof(struct PACKET_ZC_READ_MAIL), SERVER_TYPE_MAP },
+ { "PACKET_ZC_SKILL_SCALE", sizeof(struct PACKET_ZC_SKILL_SCALE), SERVER_TYPE_MAP },
{ "PACKET_ZC_WRITE_MAIL_RESULT", sizeof(struct PACKET_ZC_WRITE_MAIL_RESULT), SERVER_TYPE_MAP },
{ "mail_item", sizeof(struct mail_item), SERVER_TYPE_MAP },
{ "maillistinfo", sizeof(struct maillistinfo), SERVER_TYPE_MAP },