mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 05:11:29 +00:00
More VS compile fixes (curse you clang/gcc!)
This commit is contained in:
parent
e61f647bf2
commit
4f3360aa49
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user