diff options
author | Haru <haru@dotalux.com> | 2018-12-17 01:36:28 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-12-17 01:36:28 +0100 |
commit | 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3 (patch) | |
tree | 2944a88e112706a8e853712083f62eacfff6f934 /src/common | |
parent | 914da2d2410ac32e22d825f633b617cc22f84050 (diff) | |
download | hercules-18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.tar.gz hercules-18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.tar.bz2 hercules-18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.tar.xz hercules-18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.zip |
Fix compile errors with old packetvers
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/HPMDataCheck.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h index bfd01ec30..2579b0e7d 100644 --- a/src/common/HPMDataCheck.h +++ b/src/common/HPMDataCheck.h @@ -728,7 +728,8 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = { { "PACKET_ZC_PC_PURCHASE_MYITEMLIST", sizeof(struct PACKET_ZC_PC_PURCHASE_MYITEMLIST), SERVER_TYPE_MAP }, { "PACKET_ZC_PC_PURCHASE_MYITEMLIST_sub", sizeof(struct PACKET_ZC_PC_PURCHASE_MYITEMLIST_sub), SERVER_TYPE_MAP }, { "PACKET_ZC_PRIVATE_AIRSHIP_RESPONSE", sizeof(struct PACKET_ZC_PRIVATE_AIRSHIP_RESPONSE), SERVER_TYPE_MAP }, - { "PACKET_ZC_PROPERTY_HOMUN", sizeof(struct PACKET_ZC_PROPERTY_HOMUN), SERVER_TYPE_MAP }, + { "PACKET_ZC_PROPERTY_HOMUN_1", sizeof(struct PACKET_ZC_PROPERTY_HOMUN_1), SERVER_TYPE_MAP }, + { "PACKET_ZC_PROPERTY_HOMUN_2", sizeof(struct PACKET_ZC_PROPERTY_HOMUN_2), SERVER_TYPE_MAP }, { "PACKET_ZC_READ_MAIL", sizeof(struct PACKET_ZC_READ_MAIL), SERVER_TYPE_MAP }, { "PACKET_ZC_REMOVE_EFFECT", sizeof(struct PACKET_ZC_REMOVE_EFFECT), SERVER_TYPE_MAP }, { "PACKET_ZC_REPAIRITEMLIST", sizeof(struct PACKET_ZC_REPAIRITEMLIST), SERVER_TYPE_MAP }, |