From f0c32ba7d3baf5f4a3c4adb6bc791dc074c384f5 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Sun, 8 Apr 2012 18:01:54 +0200 Subject: [PATCH] Fixed saving cell ref data with wrong name --- components/esm/loadcell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esm/loadcell.cpp b/components/esm/loadcell.cpp index f6db5c70c..920fa8ad9 100644 --- a/components/esm/loadcell.cpp +++ b/components/esm/loadcell.cpp @@ -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)