Core: Updated allowed build to 7.3.5.26124

This commit is contained in:
Shauren
2018-02-28 23:18:41 +01:00
parent 9c417089e3
commit 31f6ba5a92
4 changed files with 11 additions and 7 deletions

View File

@@ -1402,7 +1402,7 @@ bool DB2FileLoader::Load(DB2FileSource* source, DB2FileLoadInfo const* loadInfo)
EndianConvert(_header.PalletDataSize);
EndianConvert(_header.ParentLookupDataSize);
if (_header.Signature != 0x31434457) //'WCH1'
if (_header.Signature != 0x31434457) //'WDC1'
return false;
if (_header.LayoutHash != loadInfo->Meta->LayoutHash)