Cleaned up DB2 storage.

This commit is contained in:
hondacrx
2017-07-01 14:41:48 -04:00
parent b4a77d16c1
commit 3416f6d8bb
4 changed files with 55 additions and 43 deletions
@@ -140,6 +140,7 @@ namespace Game.DataStorage
storage.LoadData(index, fieldsInfo, preparedStatement, preparedStatementLocale);
}
Global.DB2Mgr.AddDB2(_header.TableHash, storage);
CliDB.LoadedFileCount++;
return storage;
}
@@ -353,7 +353,5 @@ namespace Game.DataStorage
{
Remove(id);
}
public uint tableHash;
}
}