forked from mirror/openmw-tes3mp
Fixed saving cell ref data with wrong name
This commit is contained in:
parent
1d48781567
commit
f0c32ba7d3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ void CellRef::save(ESMWriter &esm)
|
|||
|
||||
esm.writeHNOString("ANAM", owner);
|
||||
esm.writeHNOString("BNAM", glob);
|
||||
esm.writeHNOString("SXOL", soul);
|
||||
esm.writeHNOString("XSOL", soul);
|
||||
|
||||
esm.writeHNOString("CNAM", faction);
|
||||
if (factIndex != -1)
|
||||
|
|
Loading…
Reference in a new issue