mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: Updated allowed build to 7.3.5.26124
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user