1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-28 14:53:58 +00:00

Merge pull request #1100 from MiroslavR/info-faction-check

Recognize special faction ID "FFFF" during topic info verification
This commit is contained in:
scrawl 2016-10-12 01:11:24 +02:00 committed by GitHub
commit c5eb854157

View File

@ -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))
{