diff --git a/components/esm/cellref.cpp b/components/esm/cellref.cpp index 7947cdba4..29d26d013 100644 --- a/components/esm/cellref.cpp +++ b/components/esm/cellref.cpp @@ -63,6 +63,8 @@ void ESM::CellRef::load (ESMReader& esm, bool wideRefNum) mTrap = esm.getHNOString ("TNAM"); esm.getHNOT (mReferenceBlocked, "UNAM"); + if (esm.isNextSub("FLTV")) // no longer used + esm.skipHSub(); esm.getHNOT(mPos, "DATA", 24);