mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 10:03:49 -04: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("ANAM", owner);
|
||||||
esm.writeHNOString("BNAM", glob);
|
esm.writeHNOString("BNAM", glob);
|
||||||
esm.writeHNOString("SXOL", soul);
|
esm.writeHNOString("XSOL", soul);
|
||||||
|
|
||||||
esm.writeHNOString("CNAM", faction);
|
esm.writeHNOString("CNAM", faction);
|
||||||
if (factIndex != -1)
|
if (factIndex != -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user