mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Merge branch 'DoNotCopyFullDialogue' into 'master'
Do not copy full dialogue as we only want to return its id See merge request OpenMW/openmw!856
This commit is contained in:
commit
1f658209f8
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ namespace MWWorld
|
|||
else
|
||||
{
|
||||
found->second.loadData(esm, isDeleted);
|
||||
dialogue = found->second;
|
||||
dialogue.mId = found->second.mId;
|
||||
}
|
||||
|
||||
return RecordId(dialogue.mId, isDeleted);
|
||||
|
|
Loading…
Reference in a new issue