forked from teamnwah/openmw-tes3coop
Code compiles now
This commit is contained in:
parent
03235bf0a2
commit
da3dda896a
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(int stage, const CSMWorld::RefI
|
||||||
|
|
||||||
if (NPC.mNpdtType == 12)
|
if (NPC.mNpdtType == 12)
|
||||||
{
|
{
|
||||||
if (NPC.mFlags ^ ESM::NPC::Flags::Autocalc)
|
if (NPC.mFlags ^ 0x0008)
|
||||||
{
|
{
|
||||||
messages.push_back(id.toString() + "|" + NPC.mId + " mNpdtType and flags mismatch!"); //should not happend?
|
messages.push_back(id.toString() + "|" + NPC.mId + " mNpdtType and flags mismatch!"); //should not happend?
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue