mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
Dep/CascLib: Update to ladislav-zezula/CascLib@07ab5f37ad
This commit is contained in:
@@ -712,7 +712,7 @@ struct TRootHandler_TVFS : public TFileTreeRoot
|
||||
FileTree.SetKeyLength(RootHeader.EKeySize);
|
||||
|
||||
// Initialize the array of span entries
|
||||
dwErrCode = SpanArray.Create(sizeof(CASC_CKEY_ENTRY), 0x100);
|
||||
dwErrCode = SpanArray.Create(sizeof(CASC_CKEY_ENTRY), 0x10000);
|
||||
if(dwErrCode != ERROR_SUCCESS)
|
||||
return dwErrCode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user