forked from mirror/openmw-tes3mp
Update loadbook.cpp
This commit is contained in:
parent
5a58ab1837
commit
b4ef9e2314
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace ESM
|
||||||
mData.mWeight = 0;
|
mData.mWeight = 0;
|
||||||
mData.mValue = 0;
|
mData.mValue = 0;
|
||||||
mData.mIsScroll = 0;
|
mData.mIsScroll = 0;
|
||||||
mData.mSkillID = 0;
|
mData.mSkillId = 0;
|
||||||
mData.mEnchant = 0;
|
mData.mEnchant = 0;
|
||||||
mName.clear();
|
mName.clear();
|
||||||
mModel.clear();
|
mModel.clear();
|
||||||
|
|
Loading…
Reference in a new issue