forked from mirror/openmw-tes3mp
fix dynamic potion id
This commit is contained in:
parent
18cc435aa1
commit
807a56c9e4
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ namespace MWWorld
|
|||
stream << "$dynamic" << mNextDynamicRecord++;
|
||||
|
||||
ESM::Potion record2 (record);
|
||||
record2.getId() = stream.str();
|
||||
record2.setId(stream.str());
|
||||
|
||||
const ESM::Potion *created =
|
||||
&mStore.potions.list.insert (std::make_pair (stream.str(), record2)).first->second;
|
||||
|
|
Loading…
Reference in a new issue