mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +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;
|
||||
/*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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user