summaryrefslogtreecommitdiff
path: root/src/common/HPMDataCheck.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-17 05:56:31 +0200
committerGitHub <noreply@github.com>2019-04-17 05:56:31 +0200
commit0013040c4ed763eb4359a56ee106449fea5f2a83 (patch)
tree318eb5428ce91b1ee31662aaf3c6ef3e9084a603 /src/common/HPMDataCheck.h
parentab81d4012eac5c2c00c485971fc9b89bf69761be (diff)
parent9ae815c3a8768f1eddd89b365d64526a6a8ecd48 (diff)
downloadhercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.gz
hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.bz2
hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.xz
hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.zip
Merge pull request #2437 from 4144/rodexfixes
Different rodex fixes
Diffstat (limited to 'src/common/HPMDataCheck.h')
-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 },