mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Editor: Drop zero attribute warnings
This commit is contained in:
parent
48bbf0b637
commit
70a0b7ea9c
@ -691,15 +691,6 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (npc.mNpdt.mHealth != 0)
|
|
||||||
{
|
|
||||||
for (size_t i = 0; i < npc.mNpdt.mAttributes.size(); ++i)
|
|
||||||
{
|
|
||||||
if (npc.mNpdt.mAttributes[i] == 0)
|
|
||||||
messages.add(id, ESM::Attribute::indexToRefId(i).getRefIdString() + " is equal to zero", {},
|
|
||||||
CSMDoc::Message::Severity_Warning);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (level <= 0)
|
if (level <= 0)
|
||||||
messages.add(id, "Level is non-positive", "", CSMDoc::Message::Severity_Warning);
|
messages.add(id, "Level is non-positive", "", CSMDoc::Message::Severity_Warning);
|
||||||
|
Loading…
Reference in New Issue
Block a user