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

pull/243/head^2
Andrei Kortunov 7 years ago
parent 3356fb81ce
commit 2bd105f5e2

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

Loading…
Cancel
Save