Merge pull request #1338 from akortunov/valuefix

Change mValue type for clothes to unsigned short (bug #3960)
0.6.1
scrawl 8 years ago committed by GitHub
commit ffb6dff6aa

@ -39,7 +39,7 @@ struct Clothing
{
int mType;
float mWeight;
short mValue;
unsigned short mValue;
short mEnchant;
};
CTDTstruct mData;

Loading…
Cancel
Save