mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Code compiles now
This commit is contained in:
parent
03235bf0a2
commit
da3dda896a
@ -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…
x
Reference in New Issue
Block a user