diff --git a/components/esm/loadclot.hpp b/components/esm/loadclot.hpp index 39e5ea672..a9ea3e70a 100644 --- a/components/esm/loadclot.hpp +++ b/components/esm/loadclot.hpp @@ -39,7 +39,7 @@ struct Clothing { int mType; float mWeight; - short mValue; + unsigned short mValue; short mEnchant; }; CTDTstruct mData;