Fixed saving cell ref data with wrong name

actorid
Alexander "Ace" Olofsson 13 years ago
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…
Cancel
Save