mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-14 09:36:44 +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:
commit
c5eb854157
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void CSMTools::TopicInfoCheckStage::perform(int stage, CSMDoc::Messages& message
|
||||||
verifyCell(topicInfo.mCell, id, messages);
|
verifyCell(topicInfo.mCell, id, messages);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!topicInfo.mFaction.empty())
|
if (!topicInfo.mFaction.empty() && !topicInfo.mFactionLess)
|
||||||
{
|
{
|
||||||
if (verifyId(topicInfo.mFaction, mFactions, id, messages))
|
if (verifyId(topicInfo.mFaction, mFactions, id, messages))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue