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

Recognize special faction ID "FFFF" during topic info verification
coverity_scan^2
scrawl 8 years ago committed by GitHub
commit c5eb854157

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