mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +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
@ -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…
x
Reference in New Issue
Block a user