Change mValue type for clothes to unsigned short (fixes #3960)

This commit is contained in:
Andrei Kortunov 2017-07-18 11:51:19 +04:00
parent 3356fb81ce
commit 2bd105f5e2

View file

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