Localised version of morrowind will no longer spam false positives. Don't check diff, please.

actorid
Marek Kochanowicz 11 years ago
parent c981a2a6f8
commit 89d4a90c06

@ -769,7 +769,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
for (int i = 0; i < mRaces.getSize(); ++i)
{
if (dynamic_cast<const ESM::Race&>(mRaces.getRecord(i).get()).mName == npc.mRace) //mId in class, mName for race. Stupid.
if (Misc::StringUtils::ciEqual(dynamic_cast<const ESM::Race&>(mRaces.getRecord(i).get()).mId, npc.mRace))
{
noSuchRace = false;
break;

Loading…
Cancel
Save