mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
Dep/CascLib: Update to ladislav-zezula/CascLib@37a948bdb5
This commit is contained in:
@@ -163,7 +163,7 @@ struct TRootHandler_WoW : public TFileTreeRoot
|
||||
pbRootPtr = pbRootPtr + (sizeof(CONTENT_KEY) * RootGroup.Header.NumberOfFiles);
|
||||
|
||||
// Also include array of file hashes
|
||||
if(FileCounter > FileCounterHashless)
|
||||
if(!(RootGroup.Header.ContentFlags & CASC_CFLAG_NO_NAME_HASH))
|
||||
{
|
||||
if((pbRootPtr + (sizeof(ULONGLONG) * RootGroup.Header.NumberOfFiles)) > pbRootEnd)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user