Fixed saving cell ref data with wrong name

This commit is contained in:
Alexander "Ace" Olofsson 2012-04-08 18:01:54 +02:00
parent 1d48781567
commit f0c32ba7d3

View file

@ -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)