mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 08:39:40 +00:00
Merge remote-tracking branch 'aesylwinn/FixRefIdData'
This commit is contained in:
commit
eaeaae3243
1 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,12 @@ namespace CSMWorld
|
|||
{
|
||||
mContainer[index].setModified(record);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Overwrite
|
||||
mContainer[index].setModified(record);
|
||||
mContainer[index].merge();
|
||||
}
|
||||
}
|
||||
|
||||
return index;
|
||||
|
|
Loading…
Reference in a new issue