diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 3676e990f..d5ab87fb6 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -4739,13 +4739,13 @@ struct VeteranRewardEntry /*004*/ uint32 avaliable_count; /*008*/ uint32 claim_count; /*012*/ char enabled; -/*013*/ VeteranRewardItem items[0]; +/*013*/ //VeteranRewardItem items[0]; }; struct VeteranReward { /*000*/ uint32 claim_count; -/*004*/ VeteranRewardEntry entries[0]; +/*004*/ //VeteranRewardEntry entries[0]; }; struct VeteranClaim diff --git a/common/patches/rof_structs.h b/common/patches/rof_structs.h index 1e75df0eb..f773d422c 100644 --- a/common/patches/rof_structs.h +++ b/common/patches/rof_structs.h @@ -4730,13 +4730,13 @@ struct VeteranRewardEntry /*004*/ uint32 avaliable_count; /*008*/ uint32 claim_count; /*012*/ char enabled; -/*013*/ VeteranRewardItem items[0]; +/*013*/ //VeteranRewardItem items[0]; }; struct VeteranReward { /*000*/ uint32 claim_count; -/*004*/ VeteranRewardEntry entries[0]; +/*004*/ //VeteranRewardEntry entries[0]; }; struct VeteranClaim