mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 19:45:40 +00:00
Do not copy full dialogue as we only want ot return its id
This commit is contained in:
parent
d843ec321e
commit
1d362029ce
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,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