Skip to content

Commit

Permalink
Adjust fix for Bug #2360 to repair affected savegames
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Feb 8, 2015
1 parent b542143 commit 9dbd9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openmw/mwmechanics/npcstats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void MWMechanics::NpcStats::readState (const ESM::NpcStats& state)
mFactionRank[iter->first] = iter->second.mRank;

if (iter->second.mReputation)
mFactionReputation[iter->first] = iter->second.mReputation;
mFactionReputation[Misc::StringUtils::lowerCase(iter->first)] = iter->second.mReputation;
}

mDisposition = state.mDisposition;
Expand Down

0 comments on commit 9dbd9af

Please sign in to comment.