mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
More VS compile fixes (curse you clang/gcc!)
This commit is contained in:
@@ -4739,13 +4739,13 @@ struct VeteranRewardEntry
|
|||||||
/*004*/ uint32 avaliable_count;
|
/*004*/ uint32 avaliable_count;
|
||||||
/*008*/ uint32 claim_count;
|
/*008*/ uint32 claim_count;
|
||||||
/*012*/ char enabled;
|
/*012*/ char enabled;
|
||||||
/*013*/ VeteranRewardItem items[0];
|
/*013*/ //VeteranRewardItem items[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct VeteranReward
|
struct VeteranReward
|
||||||
{
|
{
|
||||||
/*000*/ uint32 claim_count;
|
/*000*/ uint32 claim_count;
|
||||||
/*004*/ VeteranRewardEntry entries[0];
|
/*004*/ //VeteranRewardEntry entries[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct VeteranClaim
|
struct VeteranClaim
|
||||||
|
|||||||
@@ -4730,13 +4730,13 @@ struct VeteranRewardEntry
|
|||||||
/*004*/ uint32 avaliable_count;
|
/*004*/ uint32 avaliable_count;
|
||||||
/*008*/ uint32 claim_count;
|
/*008*/ uint32 claim_count;
|
||||||
/*012*/ char enabled;
|
/*012*/ char enabled;
|
||||||
/*013*/ VeteranRewardItem items[0];
|
/*013*/ //VeteranRewardItem items[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct VeteranReward
|
struct VeteranReward
|
||||||
{
|
{
|
||||||
/*000*/ uint32 claim_count;
|
/*000*/ uint32 claim_count;
|
||||||
/*004*/ VeteranRewardEntry entries[0];
|
/*004*/ //VeteranRewardEntry entries[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct VeteranClaim
|
struct VeteranClaim
|
||||||
|
|||||||
Reference in New Issue
Block a user