mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Update converter.hpp
Code cosmetics: Change member variable "mSkillID" to "mSkillId" for Book records.
This commit is contained in:
parent
c5dcfe0794
commit
347fb1ff4b
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public:
|
||||||
bool isDeleted = false;
|
bool isDeleted = false;
|
||||||
|
|
||||||
book.load(esm, isDeleted);
|
book.load(esm, isDeleted);
|
||||||
if (book.mData.mSkillID == -1)
|
if (book.mData.mSkillId == -1)
|
||||||
mContext->mPlayer.mObject.mNpcStats.mUsedIds.push_back(Misc::StringUtils::lowerCase(book.mId));
|
mContext->mPlayer.mObject.mNpcStats.mUsedIds.push_back(Misc::StringUtils::lowerCase(book.mId));
|
||||||
|
|
||||||
mRecords[book.mId] = book;
|
mRecords[book.mId] = book;
|
||||||
|
|
Loading…
Reference in a new issue