forked from teamnwah/openmw-tes3coop
Corrected bug mentioned by zini.
This commit is contained in:
parent
ed0ba906cf
commit
d0b07de7ef
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace CSMWorld
|
||||||
const UniversalId::Type type)
|
const UniversalId::Type type)
|
||||||
{
|
{
|
||||||
Record<ESXRecordT> copy;
|
Record<ESXRecordT> copy;
|
||||||
copy = getRecord(origin);
|
copy.mModified = getRecord(origin).get();
|
||||||
copy.mState = RecordBase::State_ModifiedOnly;
|
copy.mState = RecordBase::State_ModifiedOnly;
|
||||||
copy.get().mId = destination;
|
copy.get().mId = destination;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue