forked from teamnwah/openmw-tes3coop
Fix for bug #2428. Set default flag value (mandatory) for containers.
This commit is contained in:
parent
3c190e5fa4
commit
d28f257ada
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace ESM
|
||||||
mModel.clear();
|
mModel.clear();
|
||||||
mScript.clear();
|
mScript.clear();
|
||||||
mWeight = 0;
|
mWeight = 0;
|
||||||
mFlags = 0;
|
mFlags = 0x8; // set default flag value
|
||||||
mInventory.mList.clear();
|
mInventory.mList.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue