mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Corrected bug mentioned by zini.
This commit is contained in:
parent
ed0ba906cf
commit
d0b07de7ef
@ -205,7 +205,7 @@ namespace CSMWorld
|
||||
const UniversalId::Type type)
|
||||
{
|
||||
Record<ESXRecordT> copy;
|
||||
copy = getRecord(origin);
|
||||
copy.mModified = getRecord(origin).get();
|
||||
copy.mState = RecordBase::State_ModifiedOnly;
|
||||
copy.get().mId = destination;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user