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:
parent
c981a2a6f8
commit
89d4a90c06
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue