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

0.6.1
Andrei Kortunov 8 years ago
parent 3356fb81ce
commit 2bd105f5e2

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

Loading…
Cancel
Save