summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-14 01:16:41 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-15 21:27:39 +0300
commit9ae815c3a8768f1eddd89b365d64526a6a8ecd48 (patch)
tree318eb5428ce91b1ee31662aaf3c6ef3e9084a603 /src/common
parent35d1c082365b061d147b23b534f54a3a84904f7b (diff)
downloadhercules-9ae815c3a8768f1eddd89b365d64526a6a8ecd48.tar.gz
hercules-9ae815c3a8768f1eddd89b365d64526a6a8ecd48.tar.bz2
hercules-9ae815c3a8768f1eddd89b365d64526a6a8ecd48.tar.xz
hercules-9ae815c3a8768f1eddd89b365d64526a6a8ecd48.zip
Update HPM
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 57b57c345..2e961bff6 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -230,6 +230,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "party_member", sizeof(struct party_member), SERVER_TYPE_ALL },
{ "point", sizeof(struct point), SERVER_TYPE_ALL },
{ "quest", sizeof(struct quest), SERVER_TYPE_ALL },
+ { "rodex_item", sizeof(struct rodex_item), SERVER_TYPE_ALL },
{ "rodex_maillist", sizeof(struct rodex_maillist), SERVER_TYPE_ALL },
{ "rodex_message", sizeof(struct rodex_message), SERVER_TYPE_ALL },
{ "s_elemental", sizeof(struct s_elemental), SERVER_TYPE_ALL },