OpenMW-CS: Recognize special faction ID "FFFF" (no faction) during topic info verification (Fixes #3564)

pull/75/head
MiroslavR 8 years ago
parent 3dce155d96
commit 53b006eccb

@ -108,7 +108,7 @@ void CSMTools::TopicInfoCheckStage::perform(int stage, CSMDoc::Messages& message
verifyCell(topicInfo.mCell, id, messages);
}
if (!topicInfo.mFaction.empty())
if (!topicInfo.mFaction.empty() && !topicInfo.mFactionLess)
{
if (verifyId(topicInfo.mFaction, mFactions, id, messages))
{

Loading…
Cancel
Save