Corrected bug mentioned by zini.

actorid
Marek Kochanowicz 11 years ago
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…
Cancel
Save