1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 11:36:43 +00:00

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)