mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-19 06:39:59 +00:00
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.mFlags ^ ESM::NPC::Flags::Autocalc)
|
||||
if (NPC.mFlags ^ 0x0008)
|
||||
{
|
||||
messages.push_back(id.toString() + "|" + NPC.mId + " mNpdtType and flags mismatch!"); //should not happend?
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue