Upgraded Filesave version for RefIDs

Fix logic issue
This commit is contained in:
florent.teppe 2022-12-10 00:54:33 +01:00
parent dc21df97c8
commit afed7e60ef
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
namespace ESM
{
int SavedGame::sCurrentFormat = 21;
int SavedGame::sCurrentFormat = 22;
void SavedGame::load(ESMReader& esm)
{