Update loadbook.hpp

This commit is contained in:
MAtahualpa 2017-02-12 13:52:36 +01:00 committed by GitHub
parent 7bc65ce05b
commit 5a58ab1837

View file

@ -21,7 +21,7 @@ struct Book
struct BKDTstruct
{
float mWeight;
int mValue, mIsScroll, mSkillID, mEnchant;
int mValue, mIsScroll, mSkillId, mEnchant;
};
BKDTstruct mData;