mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04: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
@ -769,7 +769,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
|
|||||||
|
|
||||||
for (int i = 0; i < mRaces.getSize(); ++i)
|
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;
|
noSuchRace = false;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user