1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

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

This commit is contained in:
Marek Kochanowicz 2014-01-15 10:30:43 +01:00
parent c981a2a6f8
commit 89d4a90c06

View file

@ -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;