mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fixed saving cell ref data with wrong name
This commit is contained in:
parent
1d48781567
commit
f0c32ba7d3
@ -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…
x
Reference in New Issue
Block a user